Skip to content

HTML rb, rtc and rbc elements are deprecated #236

@palemieux

Description

@palemieux

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");

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions