Skip to content

Commit

Permalink
Add missing api.HTMLOutputElement.HTMLOutputElement feature (#13453)
Browse files Browse the repository at this point in the history
This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser.  This particular PR adds the missing `HTMLOutputElement` member of the HTMLOutputElement API, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v4.0.0).

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/HTMLOutputElement/HTMLOutputElement

_Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._
  • Loading branch information
queengooborg authored Nov 12, 2021
1 parent 0c81713 commit bf813a4
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions api/HTMLOutputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,55 @@
"deprecated": false
}
},
"HTMLOutputElement": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/form-elements.html#htmloutputelement",
"description": "<code>HTMLOutputElement()</code> constructor",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "15"
},
"safari_ios": {
"version_added": "15"
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"checkValidity": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLOutputElement/checkValidity",
Expand Down

0 comments on commit bf813a4

Please sign in to comment.