Open palemieux opened 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).
rbc
rtc is currently used at https://github.com/sandflow/imscJS/blob/a6ed5f48da27e06b7ae684c34a67f2ecf83a1899/src/main/js/html.js#L216
rtc
rbc is currently used at https://github.com/sandflow/imscJS/blob/a6ed5f48da27e06b7ae684c34a67f2ecf83a1899/src/main/js/html.js#L211
It looks like there is a discussion to add some of the functionality back:
https://github.com/whatwg/html/issues/1771
We did also have rb which is also marked as deprecated in the WHATWG HTML spec; it just got removed in #238.
rb
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#L216rbc
is currently used at https://github.com/sandflow/imscJS/blob/a6ed5f48da27e06b7ae684c34a67f2ecf83a1899/src/main/js/html.js#L211