-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Implement the scriptlevel attribute #53028
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
|
EWS run on previous version of this PR (hash c9173db) Details |
|
EWS run on previous version of this PR (hash 40b020e) Details |
|
EWS run on previous version of this PR (hash 993e30e) Details |
fred-wang
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. Please consider my suggestion of using an enum if you agree it's more readable.
|
EWS run on previous version of this PR (hash cd1a191) Details |
|
EWS run on previous version of this PR (hash e306457) Details |
|
EWS run on current version of this PR (hash e104a08) Details |
|
Safe-Merge-Queue: Build #74780. |
https://bugs.webkit.org/show_bug.cgi?id=49309 Reviewed by Frédéric Wang. Implements the scriptlevel (https://w3c.github.io/mathml-core/#dfn-scriptlevel) attribute as defined in the MathML Core specification. Sets a presentational hint with the corresponding math-depth value. * LayoutTests/imported/w3c/web-platform-tests/mathml/relations/css-styling/attribute-mapping-002-expected.txt: * Source/WebCore/mathml/MathMLElement.cpp: (WebCore::MathMLElement::hasPresentationalHintsForAttribute const): (WebCore::MathMLElement::collectPresentationalHintsForAttribute): * Source/WebCore/mathml/mathattrs.in: Canonical link: https://commits.webkit.org/302841@main
e104a08 to
7f7a5d9
Compare
|
Committed 302841@main (7f7a5d9): https://commits.webkit.org/302841@main Reviewed commits have been landed. Closing PR #53028 and removing active labels. |
7f7a5d9
e104a08
🛠 playstation