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

[GitHub Actions] Update draft features weekly #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion features/draft/spec/ambient-light.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Ambient Light Sensor
description: TODO
spec: https://w3c.github.io/ambient-light/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/anchors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: WebXR Anchors Module
description: TODO
spec: https://immersive-web.github.io/anchors/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/angle-instanced-arrays.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification
description: TODO
spec: https://registry.khronos.org/webgl/extensions/ANGLE_instanced_arrays/
Expand Down
18 changes: 18 additions & 0 deletions features/draft/spec/appmanifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
draft_date: 2024-11-25
name: Web Application Manifest
description: TODO
spec: https://w3c.github.io/manifest/
compat_features:
- html.manifest.background_color
- html.manifest.display
- html.manifest.icons
- html.manifest.id
- html.manifest.name
- html.manifest.orientation
- html.manifest.prefer_related_applications
- html.manifest.related_applications
- html.manifest.scope
- html.manifest.short_name
- html.manifest.shortcuts
- html.manifest.start_url
- html.manifest.theme_color
2 changes: 1 addition & 1 deletion features/draft/spec/attribution-reporting-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Attribution Reporting
description: TODO
spec: https://wicg.github.io/attribution-reporting-api/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/audio-output.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Audio Output Devices API
description: TODO
spec: https://w3c.github.io/mediacapture-output/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/autoplay-detection.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Autoplay Policy Detection
description: TODO
spec: https://w3c.github.io/autoplay/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/badging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Badging API
description: TODO
spec: https://w3c.github.io/badging/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/battery-status.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Battery Status API
description: TODO
spec: https://w3c.github.io/battery/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/beacon.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Beacon
description: TODO
spec: https://w3c.github.io/beacon/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/capture-handle-identity.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Capture Handle - Bootstrapping Collaboration when Screensharing
description: TODO
spec: https://w3c.github.io/mediacapture-handle/identity/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/clear-site-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Clear Site Data
description: TODO
spec: https://w3c.github.io/webappsec-clear-site-data/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/client-hint-reliability.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Client Hint Reliability
description: TODO
spec: https://www.ietf.org/archive/id/draft-davidben-http-client-hint-reliability-03.html
Expand Down
6 changes: 3 additions & 3 deletions features/draft/spec/clipboard-apis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Clipboard API and events
description: TODO
spec: https://w3c.github.io/clipboard-apis/
compat_features:
- api.Clipboard.read
- api.Clipboard.readText
- api.ClipboardEvent
- api.ClipboardEvent.ClipboardEvent
- api.ClipboardEvent.clipboardData
Expand All @@ -18,6 +16,8 @@ compat_features:
# The following features in the spec are already part of web-features:
# - Async clipboard:
# - api.Clipboard
# - api.Clipboard.read
# - api.Clipboard.readText
# - api.Clipboard.write
# - api.Clipboard.writeText
# - api.ClipboardItem
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/compat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Compatibility Standard
description: TODO
spec: https://compat.spec.whatwg.org/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/compositing-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Compositing and Blending Level 1
description: TODO
spec: https://drafts.fxtf.org/compositing-1/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/console.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Console Standard
description: TODO
spec: https://console.spec.whatwg.org/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/content-index.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Content Index
description: TODO
spec: https://wicg.github.io/content-index/spec/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/cookie-store.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Cookie Store API
description: TODO
spec: https://wicg.github.io/cookie-store/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/credential-management-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: Credential Management Level 1
description: TODO
spec: https://w3c.github.io/webappsec-credential-management/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/csp-embedded-enforcement.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: "Content Security Policy: Embedded Enforcement"
description: TODO
spec: https://w3c.github.io/webappsec-cspee/
Expand Down
57 changes: 57 additions & 0 deletions features/draft/spec/csp3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
draft_date: 2024-11-25
name: Content Security Policy Level 3
description: TODO
spec: https://w3c.github.io/webappsec-csp/
compat_features:
- api.CSPViolationReportBody
- api.CSPViolationReportBody.blockedURL
- api.CSPViolationReportBody.columnNumber
- api.CSPViolationReportBody.disposition
- api.CSPViolationReportBody.documentURL
- api.CSPViolationReportBody.effectiveDirective
- api.CSPViolationReportBody.lineNumber
- api.CSPViolationReportBody.originalPolicy
- api.CSPViolationReportBody.referrer
- api.CSPViolationReportBody.sample
- api.CSPViolationReportBody.sourceFile
- api.CSPViolationReportBody.statusCode
- api.Element.securitypolicyviolation_event
- api.SecurityPolicyViolationEvent
- api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent
- api.SecurityPolicyViolationEvent.blockedURI
- api.SecurityPolicyViolationEvent.columnNumber
- api.SecurityPolicyViolationEvent.disposition
- api.SecurityPolicyViolationEvent.documentURI
- api.SecurityPolicyViolationEvent.effectiveDirective
- api.SecurityPolicyViolationEvent.lineNumber
- api.SecurityPolicyViolationEvent.originalPolicy
- api.SecurityPolicyViolationEvent.referrer
- api.SecurityPolicyViolationEvent.sample
- api.SecurityPolicyViolationEvent.sourceFile
- api.SecurityPolicyViolationEvent.statusCode
- api.SecurityPolicyViolationEvent.violatedDirective
- api.WorkerGlobalScope.securitypolicyviolation_event
- http.headers.Content-Security-Policy
- http.headers.Content-Security-Policy-Report-Only
- http.headers.Content-Security-Policy.base-uri
- http.headers.Content-Security-Policy.child-src
- http.headers.Content-Security-Policy.connect-src
- http.headers.Content-Security-Policy.default-src
- http.headers.Content-Security-Policy.font-src
- http.headers.Content-Security-Policy.form-action
- http.headers.Content-Security-Policy.frame-ancestors
- http.headers.Content-Security-Policy.frame-src
- http.headers.Content-Security-Policy.img-src
- http.headers.Content-Security-Policy.manifest-src
- http.headers.Content-Security-Policy.media-src
- http.headers.Content-Security-Policy.object-src
- http.headers.Content-Security-Policy.report-to
- http.headers.Content-Security-Policy.sandbox
- http.headers.Content-Security-Policy.script-src
- http.headers.Content-Security-Policy.script-src-attr
- http.headers.Content-Security-Policy.script-src-elem
- http.headers.Content-Security-Policy.script-src.external_scripts
- http.headers.Content-Security-Policy.style-src
- http.headers.Content-Security-Policy.style-src-attr
- http.headers.Content-Security-Policy.style-src-elem
- http.headers.Content-Security-Policy.worker-src
2 changes: 1 addition & 1 deletion features/draft/spec/css-align-3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Box Alignment Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-align-3/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/css-animations-2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Animations Level 2
description: TODO
spec: https://drafts.csswg.org/css-animations-2/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/css-backgrounds-3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Backgrounds and Borders Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-backgrounds-3/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/css-box-4.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Box Model Module Level 4
description: TODO
spec: https://drafts.csswg.org/css-box-4/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/css-break-4.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Fragmentation Module Level 4
description: TODO
spec: https://drafts.csswg.org/css-break-4/
Expand Down
8 changes: 5 additions & 3 deletions features/draft/spec/css-cascade-6.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Cascading and Inheritance Level 6
description: TODO
spec: https://drafts.csswg.org/css-cascade-6/
compat_features:
- css.at-rules.import
- css.at-rules.import.supports
- css.properties.all
- css.types.global_keywords.inherit
- css.types.global_keywords.initial
Expand All @@ -24,3 +22,7 @@ compat_features:
# - api.CSSScopeRule.end
# - api.CSSScopeRule.start
# - css.at-rules.scope
# - @import:
# - css.at-rules.import
# - @supports:
# - css.at-rules.import.supports
2 changes: 1 addition & 1 deletion features/draft/spec/css-color-5.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Color Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-color-5/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/css-color-adjust-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Color Adjustment Module Level 1
description: TODO
spec: https://drafts.csswg.org/css-color-adjust-1/
Expand Down
9 changes: 6 additions & 3 deletions features/draft/spec/css-conditional-5.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Conditional Rules Module Level 5
description: TODO
spec: https://drafts.csswg.org/css-conditional-5/
Expand All @@ -8,6 +8,9 @@ compat_features:
- api.CSSConditionRule.conditionText
- api.CSSMediaRule
- api.CSSMediaRule.media
- api.CSSSupportsRule
- css.at-rules.media
- css.at-rules.supports

# The following features in the spec are already part of web-features:
# - @supports:
# - api.CSSSupportsRule
# - css.at-rules.supports
19 changes: 12 additions & 7 deletions features/draft/spec/css-contain-3.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Containment Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-contain-3/
compat_features:
- api.Element.contentvisibilityautostatechange_event
- css.properties.contain
- css.properties.contain.content
- css.properties.contain.inline-size
- css.properties.contain.layout
- css.properties.contain.none
- css.properties.contain.paint
- css.properties.contain.size
- css.properties.contain.strict
- css.properties.contain.style
- css.properties.content-visibility.auto
- css.properties.content-visibility.hidden
- css.properties.content-visibility.visible
Expand All @@ -37,6 +31,17 @@ compat_features:
# - css.properties.content-visibility
# - Container style queries:
# - css.at-rules.container.style_queries_for_custom_properties
# - Size containment:
# - css.properties.contain
# - css.properties.contain.size
# - Inline-size containment:
# - css.properties.contain.inline-size
# - Layout containment:
# - css.properties.contain.layout
# - Paint containment:
# - css.properties.contain.paint
# - Style containment:
# - css.properties.contain.style
# - display animation:
# - css.properties.content-visibility.is_transitionable
# - css.properties.content-visibility.keyframe_animatable
2 changes: 1 addition & 1 deletion features/draft/spec/css-content-3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Generated Content Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-content-3/
Expand Down
10 changes: 5 additions & 5 deletions features/draft/spec/css-counter-styles-3.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Counter Styles Level 3
description: TODO
spec: https://drafts.csswg.org/css-counter-styles-3/
compat_features:
- api.CSSCounterStyleRule.speakAs
- api.CSSCounterStyleRule.symbols
- css.at-rules.counter-style.speak-as
- css.at-rules.counter-style.symbols
- css.properties.list-style-type
- css.properties.list-style-type.arabic-indic
- css.properties.list-style-type.armenian
Expand Down Expand Up @@ -76,7 +72,9 @@ compat_features:
# - api.CSSCounterStyleRule.pad
# - api.CSSCounterStyleRule.prefix
# - api.CSSCounterStyleRule.range
# - api.CSSCounterStyleRule.speakAs
# - api.CSSCounterStyleRule.suffix
# - api.CSSCounterStyleRule.symbols
# - api.CSSCounterStyleRule.system
# - css.at-rules.counter-style
# - css.at-rules.counter-style.additive-symbols
Expand All @@ -85,5 +83,7 @@ compat_features:
# - css.at-rules.counter-style.pad
# - css.at-rules.counter-style.prefix
# - css.at-rules.counter-style.range
# - css.at-rules.counter-style.speak-as
# - css.at-rules.counter-style.suffix
# - css.at-rules.counter-style.symbols
# - css.at-rules.counter-style.system
4 changes: 2 additions & 2 deletions features/draft/spec/css-display-3.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Display Module Level 3
description: TODO
spec: https://drafts.csswg.org/css-display-3/
compat_features:
- css.properties.display
- css.properties.display.block
- css.properties.display.list-item
- css.properties.display.inline
- css.properties.display.list-item
- css.properties.visibility
- css.properties.visibility.collapse
- css.properties.visibility.hidden
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/css-easing-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Easing Functions Level 1
description: TODO
spec: https://drafts.csswg.org/css-easing-1/
Expand Down
2 changes: 1 addition & 1 deletion features/draft/spec/css-env-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2024-07-11
draft_date: 2024-11-25
name: CSS Environment Variables Module Level 1
description: TODO
spec: https://drafts.csswg.org/css-env-1/
Expand Down
Loading