-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Adjust rules for parsing dimension values #4747
Conversation
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.
Looks good to me!
I can add wpts in https://bugzilla.mozilla.org/show_bug.cgi?id=1562690 |
@annevk As I said in #4726 (comment) it looks like I had mis-tested Chrome somehow and they do not allow ".5". So maybe we should keep not allowing it, since Safari is the only browser that parses that. |
Thanks for noticing that. I dropped that bit from the PR, the eventual commit message should drop the "Allow a leading dot" line. |
I filed https://bugs.webkit.org/show_bug.cgi?id=199398 against Safari for the leading dot bug. |
Thanks, the updated spec text looks great! |
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 editorially, will trust @bzbarsky and your tests on substance.
…te and align better with other browsers. r=mccr8 See whatwg/html#4747 for the spec changes Differential Revision: https://phabricator.services.mozilla.com/D36643 --HG-- extra : moz-landing-system : lando
…better with other browsers. See whatwg/html#4747 for the spec changes Differential Revision: https://phabricator.services.mozilla.com/D36643 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1562690 gecko-commit: 0db6b1468cc36416a86f9a8a70da14f878281929 gecko-integration-branch: central gecko-reviewers: mccr8
…better with other browsers. See whatwg/html#4747 for the spec changes Differential Revision: https://phabricator.services.mozilla.com/D36643 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1562690 gecko-commit: 0db6b1468cc36416a86f9a8a70da14f878281929 gecko-integration-branch: central gecko-reviewers: mccr8
…better with other browsers. See whatwg/html#4747 for the spec changes Differential Revision: https://phabricator.services.mozilla.com/D36643 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1562690 gecko-commit: 0db6b1468cc36416a86f9a8a70da14f878281929 gecko-integration-branch: central gecko-reviewers: mccr8
…te and align better with other browsers. r=mccr8 See whatwg/html#4747 for the spec changes Differential Revision: https://phabricator.services.mozilla.com/D36643 UltraBlame original commit: 0db6b1468cc36416a86f9a8a70da14f878281929
…te and align better with other browsers. r=mccr8 See whatwg/html#4747 for the spec changes Differential Revision: https://phabricator.services.mozilla.com/D36643 UltraBlame original commit: 0db6b1468cc36416a86f9a8a70da14f878281929
…te and align better with other browsers. r=mccr8 See whatwg/html#4747 for the spec changes Differential Revision: https://phabricator.services.mozilla.com/D36643 UltraBlame original commit: 0db6b1468cc36416a86f9a8a70da14f878281929
In particular:
(See WHATWG Working Mode: Changes for more details.)
/common-microsyntaxes.html ( diff )