reference.docx: fix validation error on cnfStyle

Error from OOXMLValidator:
```
  {
        "Description": "The required attribute 'val' is missing.",
        "Path": {
            "NamespacesDefinitions": [
                "xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\""
            ],
            "Namespaces": {

            },
            "XPath": "/w:document[1]/w:body[1]/w:tbl[1]/w:tr[1]/w:trPr[1]/w:cnfStyle[1]",
            "PartUri": "/word/document.xml"
        },
        "Id": "Sch_MissRequiredAttribute",
        "ErrorType": "Schema"
    },
```

This is a bitmask where the first bit means 'first row', which is set as
an attribute already.

Signed-off-by: Edwin Török <edwin@etorok.net>
This commit is contained in:
Edwin Török
2023-12-17 16:04:18 +00:00
committed by John MacFarlane
parent f48fa9ac17
commit 7b5808292c
+1 -1
View File
@@ -271,7 +271,7 @@ Table caption.
<w:tblGrid />
<w:tr>
<w:trPr>
<w:cnfStyle w:firstRow="1" />
<w:cnfStyle w:firstRow="1" w:val="100000000000" />
</w:trPr>
<w:tc>
<w:tcPr>