sandflow / imscJS

JavaScript library for rendering IMSC Text and Image Profile documents to HTML5
BSD 2-Clause "Simplified" License
84 stars 31 forks source link

HTML rb, rtc and rbc elements are deprecated #236

Open palemieux opened 2 years ago

palemieux commented 2 years ago

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 (https://github.com/whatwg/html/pull/101).

rtc is currently used at https://github.com/sandflow/imscJS/blob/a6ed5f48da27e06b7ae684c34a67f2ecf83a1899/src/main/js/html.js#L216

rbc is currently used at https://github.com/sandflow/imscJS/blob/a6ed5f48da27e06b7ae684c34a67f2ecf83a1899/src/main/js/html.js#L211

palemieux commented 2 years ago

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

https://github.com/whatwg/html/issues/1771

nigelmegitt commented 1 year ago

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