Skip to content

Commit

Permalink
Update draft features
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored and github-actions[bot] committed Feb 24, 2025
1 parent 1332db1 commit f8129cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
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

0 comments on commit f8129cb

Please sign in to comment.