Translate attribute and its inheritance semantics

This commit is contained in:
Patrick Shaughnessy 2020-01-27 22:45:07 -05:00
parent d0f64d9d56
commit 3f8a9f6382
11 changed files with 38 additions and 44 deletions

View file

@ -12,8 +12,8 @@ interface HTMLElement : Element {
attribute DOMString title;
[CEReactions]
attribute DOMString lang;
// [CEReactions]
// attribute boolean translate;
[CEReactions]
attribute boolean translate;
// [CEReactions]
// attribute DOMString dir;
readonly attribute DOMStringMap dataset;