Skip to content

Commit 9d6ed1b

Browse files
committed
Add [Reflect] to dom-lang
1 parent df8b74c commit 9d6ed1b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

source

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12009,7 +12009,7 @@ interface <dfn interface>HTMLElement</dfn> : <span>Element</span> {
1200912009

1201012010
// metadata attributes
1201112011
[<span>CEReactions</span>, <span data-x="xattr-Reflect">Reflect</span>] attribute DOMString <dfn attribute for="HTMLElement" data-x="dom-title">title</dfn>;
12012-
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-lang">lang</span>;
12012+
[<span>CEReactions</span>, <span data-x="xattr-Reflect">Reflect</span>] attribute DOMString <dfn attribute for="HTMLElement data-x="dom-lang">lang</dfn>;
1201312013
[<span>CEReactions</span>] attribute boolean <span data-x="dom-translate">translate</span>;
1201412014
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-dir">dir</span>;
1201512015

@@ -13729,12 +13729,6 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></code></pre> <!-- DO NOT REWRAP
1372913729
There's currently no way to determine the page's locale except by guessing from the charset and
1373013730
language... -->
1373113731

13732-
<hr>
13733-
13734-
<p>The <dfn attribute for="HTMLElement"><code data-x="dom-lang">lang</code></dfn> IDL attribute
13735-
must <span>reflect</span> the <code data-x="attr-lang">lang</code> content attribute in no
13736-
namespace.</p>
13737-
1373813732
</div>
1373913733

1374013734

0 commit comments

Comments
 (0)