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

Adding data for HTMTableHeaderCellElement #1547

Merged
merged 2 commits into from Jun 13, 2018
Merged

Adding data for HTMTableHeaderCellElement #1547

merged 2 commits into from Jun 13, 2018

Conversation

chrisdavidmills
Copy link
Collaborator

Note that I'm really not sure if this is the right way to represent this. The trouble is that this interface existed at some point, but it was completely removed from browsers and the spec a couple of years ago (see whatwg/html#1115), and its members are now implemented on HTMLTableCellElement (see #1526).

The same problems will be seen for HTMLTableDataCellElement too (#1534 ) too.

We could just kill it with fire, but this is not the MDN way ;-)

@Elchi3 Elchi3 added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API HackOnMDNParis2018 🇫🇷 Issues or pull requests at the Hack on MDN event in Paris in March 2018 labels Mar 17, 2018
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Thanks for this PR, @chrisdavidmills! A little adjustment to the notes would be good here, but otherwise ready to go

"support": {
"webview_android": {
"version_added": false,
"notes": "Members of the HTMLTableHeaderCellElement interface now implemented on HTMLTableCellElement."
Copy link
Collaborator

Choose a reason for hiding this comment

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

This note seems good, but I think it would be a little more readable with HTMLTableHeaderCellElement and HTMLTableCellElement in <code> tags

@chrisdavidmills
Copy link
Collaborator Author

Change made.

@ddbeck ddbeck merged commit 8d5a34e into mdn:master Jun 13, 2018
@ddbeck
Copy link
Collaborator

ddbeck commented Jun 13, 2018

Thanks, @chrisdavidmills! 🎉

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 HackOnMDNParis2018 🇫🇷 Issues or pull requests at the Hack on MDN event in Paris in March 2018
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants