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

Add compat data for HTMLDetailsElement #2315

Merged
merged 3 commits into from
Jun 27, 2018
Merged

Conversation

maboa
Copy link
Contributor

@maboa maboa commented Jun 14, 2018

@Elchi3 Elchi3 added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jun 14, 2018
@ExE-Boss
Copy link
Contributor

You’re aware that the contents of the HTMLDetailsElement.json are actually the contents of GeometryUtils from #2314, right?

{
"api": {
"GeometryUtils": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GeometryUtils",
"support": {
"webview_android": {
"version_added": null
},
"chrome": {
"version_added": null
},
"chrome_android": {
"version_added": null
},
"edge": {
"version_added": null
},
"edge_mobile": {
"version_added": true
},
"firefox": {
"version_added": false,
"notes": "Firefox currently only implements the <code>getBoxQuads()</code> method behind the preference <code>layout.css.getBoxQuads.enabled</code>, defaulting to <code>true</code> in Firefox Nightly and to <code>false</code> in all other versions."
},
"firefox_android": {
"version_added": false,
"notes": "Firefox currently only implements the <code>getBoxQuads()</code> method behind the preference <code>layout.css.getBoxQuads.enabled</code>, defaulting to <code>true</code> in Firefox Nightly and to <code>false</code> in all other versions."
},
"ie": {
"version_added": null
},
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Mark 👍

@Elchi3 Elchi3 merged commit 049c35b into mdn:master Jun 27, 2018
germain-gg pushed a commit to germain-gg/browser-compat-data that referenced this pull request Jun 29, 2018
* master: (175 commits)
  Add Server-Timing header (mdn#2148)
  40th alpha version
  Add compat data for input-password (mdn#2235)
  Add addTransceiver() method for RTCPeerConnection. (mdn#2311)
  Update Payments API for Chrome. (mdn#2378)
  Add compat data for MutationObserver (mdn#2094)
  Fix compat data for "let" in Chrome (mdn#1632)
  Safari has more formdata support now (mdn#2376)
  Add compat data for Window sub features from A to F (mdn#2109)
  Add guidelines around worker support and constructors for API subfeatures (mdn#2373)
  Update place-content.json (mdn#2240)
  Add compat data for HTMLDetailsElement (mdn#2315)
  Add compat data for input-month (mdn#2204)
  Add compat data to input-week (mdn#2230)
  Add compat data for input-radio (mdn#2208)
  Add compat data for input-tel (mdn#2226)
  Add compat data for input-image (mdn#2207)
  Add compat data for input-number (mdn#2206)
  Add compat data for input-hidden (mdn#2203)
  Add compat data for input-file (mdn#2202)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants