-
Notifications
You must be signed in to change notification settings - Fork 456
Migrate CSSFontFaceRule and CSSStyleProperties #2238
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
Migrate CSSFontFaceRule and CSSStyleProperties #2238
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
inputfiles/patches/cssom.kdl
Outdated
| // anyone as of 2024-10. | ||
| property webkitLineClamp deprecated=#false | ||
|
|
||
| property cssFloat mdnUrl="https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat" |
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.
Do we lose MDN URL if we skip this one? We have https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleProperties/cssFloat so hopefully not?
inputfiles/patches/cssom.kdl
Outdated
|
|
||
| interface CSSStyleProperties replaceReference=CSSStyleDeclaration | ||
| interface CSSStyleProperties replaceReference=CSSStyleDeclaration { | ||
| property imageOrientation deprecated=#true |
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.
We should probably skip this one. I did this for some reason in 0506730 without a comment (this is why every patch should ideally have a comment 🥹, but presumably it was because of w3c/csswg-drafts@600fd75). But in 2025 all browsers have it and I don't think anyone would unship this.
|
Done @saschanaz |
|
Anything left here @saschanaz |
|
LGTM |
|
There was an issue merging, maybe try again saschanaz. Details |
#2053