Skip to content
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
11 changes: 5 additions & 6 deletions features/draft/html-elements/object.yml → features/object.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
draft_date: 2024-06-05
name: <object>
description: The `<object>` element TODO.
spec:
- https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element
- https://html.spec.whatwg.org/multipage/obsolete.html#param
group: html
description: The `<object>` element represents an external resource such as a PDF or SVG document. It was historically used for plugins such as Shockwave Flash.
spec: https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element
group: html-elements
status:
compute_from: html.elements.object
compat_features:
- api.HTMLObjectElement
- api.HTMLObjectElement.contentDocument
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

status:
baseline: high
baseline_low_date: 2019-09-19
baseline_high_date: 2022-03-19
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "53"
chrome_android: "53"
edge: "17"
firefox: "22"
firefox_android: "22"
safari: "13"
safari_ios: "13"
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "3"
safari_ios: "2"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
Expand All @@ -34,6 +34,7 @@ compat_features:
- api.HTMLObjectElement.type
- api.HTMLObjectElement.width

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down Expand Up @@ -66,7 +67,6 @@ compat_features:
# safari_ios: "1"
- api.HTMLObjectElement.getSVGDocument

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2019-09-19
# baseline_high_date: 2022-03-19
Expand Down