-
Notifications
You must be signed in to change notification settings - Fork 75
Update ecmarkup output to align more closely with ecma guidelines #661
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
Conversation
|
Wish I knew where that draft copyright came from, but this seems fine. |
| path.relative(outDir, printStyleLocationOnDisk), | ||
| this.opts.printable ? undefined : 'print', | ||
| ); | ||
| this.addStyle(this.doc.head, path.relative(outDir, printStyleLocationOnDisk), 'print'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting print styles to all media makes it hard to compare a given element's appearance between print and screen styles
I will forever continue to chip away at this until we can publish a standard without someone giving me a page of bullet points that need fixing
Includes requiring "committee" metadata
Co-authored-by: Michael Ficarra <[email protected]>
bd5a486 to
2d86634
Compare
michaelficarra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Co-authored-by: Michael Ficarra <[email protected]>
|
Published in v22.0.0. |
I will forever continue to chip away at this until we can publish a standard without someone giving me a full page of formatting problems that need fixing.
Re the draft copyright: this is not an Ecma copyright. The only copyrights that shall appear on Ecma standards are found on the Ecma website, and they are the default copyright and the alternative copyright statement.