Skip to content

Commit

Permalink
Meta: export node's language
Browse files Browse the repository at this point in the history
  • Loading branch information
janiceshiu authored and annevk committed Jan 8, 2020
1 parent aeee879 commit eb2bdc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Expand Up @@ -11899,9 +11899,9 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></code></pre> <!-- DO NOT REWRAP

<hr>

<p>To determine the <dfn>language</dfn> of a node, user agents must look at the nearest ancestor
element (including the element itself if the node is an element) that has a <span
data-x="attr-xml-lang"><code data-x="">lang</code> attribute in the <span>XML
<p>To determine the <dfn data-export="" data-dfn-for="node">language</dfn> of a node, user agents
must look at the nearest ancestor element (including the element itself if the node is an element)
that has a <span data-x="attr-xml-lang"><code data-x="">lang</code> attribute in the <span>XML
namespace</span></span> set or is an <span data-x="HTML elements">HTML element</span> and has a
<code data-x="attr-lang">lang</code> in no namespace attribute set. That attribute specifies the
language of the node (regardless of its value).</p>
Expand Down

0 comments on commit eb2bdc4

Please sign in to comment.