-
Notifications
You must be signed in to change notification settings - Fork 28
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
Define the existing 2021 and 2022 focus area scopes #255
base: main
Are you sure you want to change the base?
Conversation
* CSS contain property, CSS Containment Level 1, excluding the `style` keyword value | ||
* interop-2022-dialog: | ||
* the dialog element and its open attribute, | ||
* the IDL at https://html.spec.whatwg.org/review-drafts/2021-07/#the-dialog-element, |
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.
Using the review draft here isn't ideal, but it's a decent approximation—because we don't really want to refer to some IDL block that keeps on expanding.
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.
Please don't. If you need a stable reference, use the commit snapshots. https://html.spec.whatwg.org/commit-snapshots/
* interop-2022-webcompat: | ||
* text-decoration with subelements | ||
* text-decoration-offset: 0px | ||
* /css/CSS2/floats/floats-wrap-bfc-with-margin-001.html (but not any of the further floats-wrap-bfc-with-margin-*) |
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.
I don't really know how to define this part of webcompat without referring to the specific test
* URL ToASCII | ||
* interop-2021-aspect-ratio: | ||
* CSS aspect-ratio property, CSS Box Sizing Module Level 4 | ||
* https://html.spec.whatwg.org/multipage/rendering.html#dimRendering [FIXME: be more specific] |
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.
the only bit we're testing here is:
The width and height attributes map to the aspect-ratio property (using dimension rules) on img [elements]
I think?
* `subgrid` value for grid-template-columns and grid-template-rows, CSS Grid Level 2 | ||
* interop-2022-text: | ||
* iso-2022-jp/gbk/gb18030 encoding/decoding | ||
* font-variant (including longhands), CSS Fonts Level 4 [FIXME: or should this be level 3?] |
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.
I don't think any of this changed between L3 and L4?
@gsnedders how about turning this into a |
Rendered