Define the existing 2021 and 2022 focus area scopes#255
Define the existing 2021 and 2022 focus area scopes#255gsnedders wants to merge 2 commits intoweb-platform-tests:mainfrom
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.
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.
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.
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.
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.
I don't think any of this changed between L3 and L4?
|
@gsnedders how about turning this into a |
Rendered