Skip to content

Commit

Permalink
Re-add early return
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed May 7, 2024
1 parent e34659e commit 683cae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6519,6 +6519,8 @@ string <var>namespace</var> (default null):</p>
<var>attr</var>'s <a for=Attr>namespace</a>, <var>attr</var>'s <a for=Attr>local name</a>, and
<var>element</var>.

<li><p>If <var>oldAttr</var> is <var>attr</var>, return <var>attr</var>.

<li><p>If <var>oldAttr</var> is non-null, then <a lt="replace an attribute">replace</a>
<var>oldAttr</var> with <var>attr</var>.

Expand Down

0 comments on commit 683cae8

Please sign in to comment.