-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist for ODF 1.4 #27
Comments
In ODF 1.3 CS02 Part Schema, section 19.381 is blank in the .odt and .pdf versions and is missing entirely in the .html version. I believe that this was the result of deleting the attribute 'office:process-content'. Should the blank heading remain, or should it be removed and leave a gap in the numbering? I suspect that neither of these is ideal. |
Need to check for data types and values that are in the wrong font. Most were corrected in ODF 1.3, but some have slipped through, e.g.: Part Schema, 20.6 chart:axis-position, third bullet: 'double' should be ' |
Similarly, we need to check for cross-references that are in the wrong font. This occasionally happens when the cross-reference follows an element or attribute name, and the cross-reference has the character style applied and should not have. I have counted 1 occurrence of an attribute name followed by a cross-reference number styled 'Attribute' and 82 occurrences of an element name followed by a cross-reference styled 'Element'. |
In Part OpenFormula section 2.1 the first sentence begins "The OpenDocument specification...". I think this should be "This OpenDocument specification..." or just "This specification...". The current wording is potentially confusing. In Part OpenFormula, section 2.2 there is an incorrect reference to chapter 4. The reference should be to chapter 5, which is where the expression syntax is defined. |
In checking for attribute values containing spaces in Part 3 Schema, I used LO to search for uses of the character style 'Attribute Value' with text containing a space. I did this by modifying the properties of the attribute to include yellow highlighting, then did a search for a space with yellow highlighting applied to it. This highlights several instances where the character style 'Attribute Value' appears to have been applied incorrectly: 10.7, 19.36, 19.626, 20.47 and 20.330. Some attribute values have been styled 'Attribute Value Instance' (only one of these two styles is needed, I believe). There is one instance where the use of this style is clearly incorrect: 19.270. |
In Part 4 OpenFormula, which of the following are correct?
|
We need to check that all Notes (except possibly in tables?) use the paragraph style 'Note'. |
The blank heading (i.e. section number only) should remain, so that the following sections are not re-numbered. It may be worth adding '[deleted in ODF 1.2]' or similar in place of heading text. |
See Github issue #27. The reference to chapter 4 should be to chapter 5.
The following editorial issue remains to be resolved:
The following editorial issue has been resolved in the Part 4 master document draft.
|
The heading 'Deprecated MIME Types' needs to be deleted from Part 3, Appendix G, as no MIME Types have changed to being deprecated in ODF 1.4. |
Now deleted in the master version of Part 3, Appendix G. |
Removing character styles incorrectly applied - mainly to spaces preceding or following an element name, attribute name, datatype name, parameter name or value - in Parts 2 and 4. In Part 4 this mostly affected the space between 'Result:' and the value type in function definitions.
Mostly corrected in the latest master documents (Parts 2, 3 and 4). A decision still needs to be taken as to whether to retain both 'Attribute Value' and 'Attribute Value Instance'. |
There is one incorrect use of "must" in Part 3, Appendix D.3 that should be "should" (note that Appendix D is non-normative, so "shall" is not allowed):
There is one use of "may not" in Part 3, Section 16.29.5, which is not a permitted form in ISO standards:
A better form of words would be:
In Part 4 there are no incorrect uses of "must" or "may not". |
In Part 2 there is one incorrect use of "must" in Section 3.7, item 12, which probably should be "shall" ("should" would also be possible, if this is a recommendation and not a requirement):
There is one instance of "may not" in Part 2, in the Note in Section 3.8:
This could be better expressed thus:
|
I believe that the names of reference marks are now correct in the WD 02 specifications. I believe that TOC references are generated by the editing application (LibreOffice), so replacing these would need to be repeated every time that the TOC is updated in an editing session. I think this task has to be postponed until we have an improved method of editing the specifications. I have pushed the following commits that update front matter / metadata for ODF 1.4 CSD 01: I will create CSD 01 by accepting changes in the master tracked documents. |
See Github issue #27 items 3 and 4.
We need to clarify the procedure for creating formal OASIS work products from drafts in Github. The schemas and .ODT files are ready for the CSD stage, but we also need HTML and PDF files. The HTML files are generated using the Maven process, but what about the PDF files? Are these generated in the version of LibreOffice used to edit the .ODT files, or by some other means? |
the XHTML generation via Maven has a problem with the embedded objects (Math) and can't be used for the final work products. how to set up LO with the xslt2-transformer.oxt Extension is documented in the README.md at the toplevel, under "LibreOffice XHTML XSLT export taking from our GitHub". not aware if anything special is needed for the PDF. vague memories tell me there was also some script to automate things; Svante reminded me this is here: there is also a acceptChanges-updateCT-via-LO.bat which automates updating all the ToCs. |
Thanks for pointing me in the right direction, Michael! I'll give this a go. It looks as if I'll need to tailor Svante's .bat files to my local Windows configuration, but that shouldn't be too hard. |
I have run modified versions of Svante's two batch files for creating the PDF and XHTML versions of the ODF 1.4 specifications, and have pushed these to Github. |
Postponed to ODF 1.4:
The text was updated successfully, but these errors were encountered: