Skip to content

Commit

Permalink
Fix hyperlink for "strip and collapse whitespace" in <menuitem>
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott authored and domenic committed Oct 18, 2016
1 parent 43e7a55 commit 3208676
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -55845,10 +55845,11 @@ interface <dfn>HTMLMenuItemElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn data-x="concept-menuitem-label">label</dfn> of a <code>menuitem</code> element is the
value of the <code data-x="attr-menuitem-label">label</code> content attribute, if there is one
and its value is not the empty string, or, otherwise, the result of <span>stripping and collapsing
whitespace</span> from the <span>child text content</span> of the <code>menuitem</code> element.
The <span data-x="concept-menuitem-label">label</span> must not be the empty string if the element
is in the <span>explicit command</span> mode.</p>
and its value is not the empty string, or, otherwise, the result of <span
data-x="strip and collapse whitespace">stripping and collapsing whitespace</span> from the
<span>child text content</span> of the <code>menuitem</code> element. The <span
data-x="concept-menuitem-label">label</span> must not be the empty string if the element is in the
<span>explicit command</span> mode.</p>

<p>The <dfn><code data-x="attr-menuitem-icon">icon</code></dfn> attribute gives a picture that
represents the command. If the attribute is specified, the attribute's value must contain a
Expand Down

0 comments on commit 3208676

Please sign in to comment.