Skip to content
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

Update draft features #2693

Merged
merged 1 commit into from
Feb 26, 2025
Merged
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
16 changes: 9 additions & 7 deletions features/draft/spec/html.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-02-21
draft_date: 2025-02-24
name: HTML
description: TODO
spec: https://html.spec.whatwg.org/multipage/
Expand All @@ -8,7 +8,6 @@ compat_features:
- api.DedicatedWorkerGlobalScope.name
- api.Document.featurePolicy
- api.Document.moveBefore
- api.Document.writeln.accepts_TrustedHTML
- api.ElementInternals.shadowRoot
- api.ErrorEvent
- api.ErrorEvent.ErrorEvent
Expand Down Expand Up @@ -41,7 +40,6 @@ compat_features:
- api.HTMLDialogElement.closedBy
- api.HTMLDialogElement.requestClose
- api.HTMLElement.command_event
- api.HTMLElement.popover.hint
- api.HTMLElement.showPopover.source
- api.HTMLElement.showPopover.source.implicit_anchor_reference
- api.HTMLElement.togglePopover.source
Expand Down Expand Up @@ -194,7 +192,6 @@ compat_features:
- html.global_attributes.draggable
- html.global_attributes.hidden
- html.global_attributes.id
- html.global_attributes.popover.hint
- http.headers.Cross-Origin-Embedder-Policy
- http.headers.Cross-Origin-Embedder-Policy.credentialless
- http.headers.Cross-Origin-Opener-Policy
Expand Down Expand Up @@ -464,7 +461,6 @@ compat_features:
# - api.Document.DOMContentLoaded_event
# - api.Document.activeElement
# - api.Document.body
# - api.Document.close
# - api.Document.currentScript
# - api.Document.defaultView
# - api.Document.designMode
Expand All @@ -477,14 +473,12 @@ compat_features:
# - api.Document.images
# - api.Document.lastModified
# - api.Document.links
# - api.Document.open
# - api.Document.plugins
# - api.Document.readyState
# - api.Document.readystatechange_event
# - api.Document.referrer
# - api.Document.scripts
# - api.Document.title
# - api.Document.writeln
# - api.Element.innerHTML
# - api.Element.insertAdjacentHTML
# - api.Element.outerHTML
Expand Down Expand Up @@ -553,6 +547,11 @@ compat_features:
# - api.DedicatedWorkerGlobalScope.messageerror_event
# - api.MessagePort.messageerror_event
# - api.Window.messageerror_event
# - document.write():
# - api.Document.close
# - api.Document.open
# - api.Document.writeln
# - api.Document.writeln.accepts_TrustedHTML
# - Cookies:
# - api.Document.cookie
# - Page visibility:
Expand Down Expand Up @@ -1135,6 +1134,9 @@ compat_features:
# - Lang:
# - api.HTMLElement.lang
# - html.global_attributes.lang
# - popover="hint":
# - api.HTMLElement.popover.hint
# - html.global_attributes.popover.hint
# - Spellcheck:
# - api.HTMLElement.spellcheck
# - html.global_attributes.spellcheck
Expand Down
9 changes: 0 additions & 9 deletions features/draft/spec/html.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1147,13 +1147,6 @@ compat_features:
- api.Document.featurePolicy
- api.HTMLIFrameElement.featurePolicy

# baseline: false
# support:
# chrome: "86"
# chrome_android: "86"
# edge: "86"
- api.Document.writeln.accepts_TrustedHTML

# baseline: false
# support:
# chrome: "87"
Expand Down Expand Up @@ -1223,7 +1216,6 @@ compat_features:
# edge: "133"
- api.Document.moveBefore
- api.HTMLButtonElement.popoverTargetElement.implicit_anchor_reference
- api.HTMLElement.popover.hint
- api.HTMLElement.showPopover.source
- api.HTMLElement.showPopover.source.implicit_anchor_reference
- api.HTMLElement.togglePopover.source
Expand All @@ -1232,7 +1224,6 @@ compat_features:
- html.elements.button.popovertarget.implicit_anchor_reference
- html.elements.input.popovertarget.implicit_anchor_reference
- html.elements.script.type.importmap.multiple_import_maps
- html.global_attributes.popover.hint

# baseline: false
# support:
Expand Down