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

HTML rb, rtc and rbc elements are deprecated #236

Open
palemieux opened this issue Oct 11, 2022 · 2 comments
Open

HTML rb, rtc and rbc elements are deprecated #236

palemieux opened this issue Oct 11, 2022 · 2 comments
Assignees

Comments

@palemieux
Copy link
Contributor

palemieux commented Oct 11, 2022

See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rtc and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rb

rbc might have never been officially supported (whatwg/html#101).

rtc is currently used at

e = document.createElement("rtc");

rbc is currently used at

e = document.createElement("rbc");

@palemieux palemieux self-assigned this Oct 11, 2022
@palemieux palemieux changed the title HTML rtc and rbc elements are deprecated HTML rb, rtc and rbc elements are deprecated Oct 11, 2022
@palemieux
Copy link
Contributor Author

It looks like there is a discussion to add some of the functionality back:

whatwg/html#1771

@nigelmegitt
Copy link
Contributor

We did also have rb which is also marked as deprecated in the WHATWG HTML spec; it just got removed in #238.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants