-
Notifications
You must be signed in to change notification settings - Fork 27
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
Miscellaneous Custom Elements #231
Comments
For the print test, this is missing in Edge and Safari as print tests aren't run, so not related to this. For the other, all the Safari failures are the lack of |
Similarly, the only failures here seem to be Safari due to lack of |
Thanks for looking at those, should I move them to #234 then? |
Probably? |
Ok, I moved pseudo-class-defined.html and custom-elements/parser/ to the other issue. |
Based on the discussion with @jcsteh , we'd like to exclude https://wpt.fyi/results/custom-elements/reactions/AriaMixin-element-attributes.html i.e. exclude We are interested in keeping https://wpt.fyi/results/custom-elements/reactions/AriaMixin-string-attributes.html How likely is it that we can get consensus on the spec issues before the start of the Interop period? |
I am happy to drop AriaMixin-element-attributes.html if needed. I don't have context on those aria issues and I don't know how likely they are to be resolved before the start of the interop period. |
Looking at this again, a lot of the tests seem to be testing things only observable in combination with #234. e.g.,
The closer I look, the more of these seem to just be customised built-ins (#234). I think we need to closely review all the failing tests to see how many should just be part of #234, and whether that leaves much left here. Not sure what that means for the proposal v. test review periods, given accepting this and then removing (almost?) everything seems silly. |
In the MDN short survey on APIs & JavaScript, "Web Components (custom elements, Shadow DOM, etc.)" was the most popular choice by a fairly wide margin, selected by ~39% of survey takers. Web Components was split into many granular proposals, and the survey results don't tell us which aspects web developers want the most, but it's fair to say that something about Web Components is important. (I'm posting this comment on each of the split proposals.) |
I don't think it's necessarily an issue—and we have other very small proposals—but it's something we may well want to deal with somehow through grouping. And FWIW, I believe these are all of the included tests based on the above list. |
Thank you for proposing Miscellaneous Custom Elements for inclusion in Interop 2023. We are pleased to let you know that this proposal was accepted as part of the Web Components focus area. You can follow the progress of this Focus Area on the Interop 2023 dashboard. For an overview of our process, see the proposal selection summary. Thank you for contributing to Interop 2023! Posted on behalf of the Interop team. |
This was split from #181
Description
This is a bunch of WPTs in the custom-elements directory that are failing. I don’t think they correspond to any particular big feature, they were just made from random one-off bugs.
Rationale
Basic custom elements behavior should be interoperable.
Callbacks
Tests:
Custom Element Registry
Tests:
Spec: https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api
Construction
Tests:
Spec:
https://html.spec.whatwg.org/multipage/dom.html#html-element-constructors
:defined Pseudo Selector
Tests:
https://wpt.fyi/results/custom-elements/pseudo-class-defined-print.html
Spec: https://html.spec.whatwg.org/multipage/semantics-other.html#selector-defined
The text was updated successfully, but these errors were encountered: