Skip to content

Commit

Permalink
Merge branch 'main' into webtransport
Browse files Browse the repository at this point in the history
  • Loading branch information
autonome authored Nov 27, 2024
2 parents 9ce0e84 + e174110 commit 5158f55
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 11 deletions.
7 changes: 7 additions & 0 deletions features/color.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Color
description: The `color` CSS property sets the primary foreground color of an element, which is used for text, the default border color, and text decorations.
spec: https://drafts.csswg.org/css-color-4/#the-color-property
group: css
compat_features:
- css.properties.color
- css.types.color
18 changes: 18 additions & 0 deletions features/color.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated from: color.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
- css.properties.color
- css.types.color
12 changes: 12 additions & 0 deletions features/description-list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Description list
description: The `<dl>`, `<dt>`, and '<dd>' HTML elements represent a list of terms and their associated descriptions. Use a description list to create glossaries or similar list of key-value pairs.
spec:
- https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element
- https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element
- https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element
group: html
compat_features:
- api.HTMLDListElement
- html.elements.dd
- html.elements.dl
- html.elements.dt
44 changes: 44 additions & 0 deletions features/description-list.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Generated from: description-list.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: ≤4
safari_ios: ≤3.2
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: "3"
# safari_ios: "1"
- api.HTMLDListElement

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: ≤4
# safari_ios: ≤3.2
- html.elements.dd
- html.elements.dl
- html.elements.dt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
draft_date: 2024-07-19
name: Sandboxed iframes
description: The `sandbox` attribute for the `<iframe>` HTML element sets many security restrictions on the iframe, such as preventing form submissions or opening modal dialogs. Optional `allow-` values relax specific restrictions.
spec:
Expand All @@ -10,22 +9,13 @@ status:
compat_features:
- api.HTMLIFrameElement.sandbox
- html.elements.iframe.sandbox
# TODO: include after https://github.com/mdn/browser-compat-data/pull/23951
# - html.elements.iframe.sandbox.allow-downloads
- html.elements.iframe.sandbox.allow-downloads
- html.elements.iframe.sandbox.allow-forms
- html.elements.iframe.sandbox.allow-modals
# Part of screen orientation lock:
# - html.elements.iframe.sandbox.allow-orientation-lock
# Part of pointer lock:
# - html.elements.iframe.sandbox.allow-pointer-lock
- html.elements.iframe.sandbox.allow-popups
- html.elements.iframe.sandbox.allow-popups-to-escape-sandbox
# Part of presentation API:
# - html.elements.iframe.sandbox.allow-presentation
- html.elements.iframe.sandbox.allow-same-origin
- html.elements.iframe.sandbox.allow-scripts
# Part of storage access:
# - html.elements.iframe.sandbox.allow-storage-access-by-user-activation
- html.elements.iframe.sandbox.allow-top-navigation
- html.elements.iframe.sandbox.allow-top-navigation-by-user-activation
- html.elements.iframe.sandbox.allow-top-navigation-to-custom-protocols
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ compat_features:
# safari_ios: "11.3"
- html.elements.iframe.sandbox.allow-top-navigation-by-user-activation

# baseline: low
# baseline_low_date: 2023-09-18
# support:
# chrome: "83"
# chrome_android: "83"
# edge: "83"
# firefox: "82"
# firefox_android: "82"
# safari: "17"
# safari_ios: "17"
- html.elements.iframe.sandbox.allow-downloads

# baseline: false
# support:
# firefox: "101"
Expand Down

0 comments on commit 5158f55

Please sign in to comment.