mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Translate attribute and its inheritance semantics
This commit is contained in:
parent
d0f64d9d56
commit
3f8a9f6382
11 changed files with 38 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue