You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find information about the following attributes, but I am pretty sure these are deprecated/obsolete.
// not found in mdn
'iframe.HTMLIFrameElement.allowtransparency': true,
// not found in mdn
'keygen.HTMLUnknownElement.autofocus': true,
'keygen.HTMLUnknownElement.challenge': true,
'keygen.HTMLUnknownElement.disabled': true,
'keygen.HTMLUnknownElement.form': true,
'keygen.HTMLUnknownElement.keyparams': true,
'keygen.HTMLUnknownElement.keytype': true,
'keygen.HTMLUnknownElement.name': true,
about the following, I am not that sure any more, but I suppose I have found these are deprecated
I couldnt find a $element.json file for the following tags. There are other deprecated tags such frameset.json. So I suppose it would be only consistent to add them, maybe.
What type of issue is this?
Other
What information was incorrect, unhelpful, or incomplete?
I have been working on this table https://potahtml.github.io/namespace-jsx-project/index.html It's a mash-up of frameworks namespace JSX, browser setters (chrome, firefox), vscode html LSP, and MDN
The data from MDN is missing some information:
For example: When reading
èlement.json
such forstyle
to be https://github.com/mdn/browser-compat-data/blob/main/html/elements/style.json then attributescoped
is missing in the JSON. I can somewhat confirm its deprecated because theres a note here (CTRL+F for "scoped") https://developer.mozilla.org/en-US/docs/Web/HTML/AttributesThe list of attributes I could confirm that are deprecated but missing in
$element.json
are the following:I couldn't find information about the following attributes, but I am pretty sure these are deprecated/obsolete.
about the following, I am not that sure any more, but I suppose I have found these are deprecated
I couldnt find a
$element.json
file for the following tags. There are other deprecated tags suchframeset.json
. So I suppose it would be only consistent to add them, maybe.What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
Did you test this? If so, how?
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
The text was updated successfully, but these errors were encountered: