Skip to content

Commit

Permalink
Don't set custom element state redundantly
Browse files Browse the repository at this point in the history
As of whatwg/html#1309, this is no longer necessary, as it is taken care of in the Construct(C) step.
  • Loading branch information
domenic committed May 24, 2016
1 parent 1bb85a4 commit 0df362a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 49 deletions.
2 changes: 0 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5722,8 +5722,6 @@ given a <var>document</var>, <var>localName</var>, <var>namespace</var>, and opt
<var>localName</var>, then <a>throw</a> a {{NotSupportedError}}.

<li><p>Set <var>result</var>'s <a for=Element>namespace prefix</a> to <var>prefix</var>.

<li><p>Set <var>result</var>'s <a>custom element state</a> to "<code>custom</code>".
</ol>
</li>

Expand Down
Loading

0 comments on commit 0df362a

Please sign in to comment.