Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion custom-elements/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ features:
- name: autonomous-custom-elements
files:
- "*"
# Exclude customized built-in elements. Keep in sync with below list.
# Exclude newer and more specific features. Keep in sync with below lists.
- "!builtin-coverage.html"
- "!customized-built-in-constructor-exceptions.html"
- "!Document-createElement-customized-builtins.html"
- "!Document-createElementNS-customized-builtins.html"
- "!HTMLElement-constructor-customized-builtins.html"
- "!pseudo-class-defined-customized-builtins.html"
- "!behaves-like-button-with-command.tentative.html"
- name: customized-built-in-elements
files:
# Keep in sync with above list.
Expand All @@ -18,3 +19,7 @@ features:
- Document-createElementNS-customized-builtins.html
- HTMLElement-constructor-customized-builtins.html
- pseudo-class-defined-customized-builtins.html
- name: invoker-commands
files:
# Keep in sync with above list.
- behaves-like-button-with-command.tentative.html
4 changes: 4 additions & 0 deletions html/semantics/forms/the-button-element/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ features:
- button-validity.html
- button-willvalidate-readonly-attribute.html
- button-willvalidate.html
- name: invoker-commands
files:
- button-click-resets-with-commandfor.tentative.html
- button-click-submits-with-commandfor.tentative.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: invoker-commands
files: "**"