Skip to content

Commit

Permalink
Move the weird mpadded attribute syntax into its own section, as it's…
Browse files Browse the repository at this point in the history
… not used elsewhere and can hopefully be simplified.

w3c/mathml#103
  • Loading branch information
fred-wang committed May 22, 2020
1 parent 24dd767 commit 46e30f1
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,41 +360,17 @@ <h4>Types for MathML Attribute Values</h4>
U+002D HYPHEN-MINUS character (-) nor
U+002B PLUS SIGN (+).
</dd>
</dl>
<dl>
<dt><dfn>unsigned-number</dfn></dt>
<dd>A
<a data-cite="CSS-VALUES-3#number-value"><code>&lt;number-value&gt;</code></a> value as defined in
[[CSS-VALUES-3]], whose first character is neither
U+002D HYPHEN-MINUS character (-) nor
U+002B PLUS SIGN (+).
</dd>
</dl>
<dl>
<dt><dfn>length-percentage</dfn></dt>
<dd>A
<a data-cite="CSS-VALUES-3#typedef-length-percentage"><code>&lt;length-percentage&gt;</code></a>
value as defined in
[[CSS-VALUES-3]]
</dd>
</dl>
<dl>
<dt><dfn>unsigned-length-percentage</dfn></dt>
<dd>A
<a><code>length-percentage</code></a>
whose first character is neither
U+002D HYPHEN-MINUS character (-) nor
U+002B PLUS SIGN (+).
</dd>
</dl>
<dl>
<dt><dfn>color</dfn></dt>
<dd>A
<a data-cite="CSS-COLOR-3#colorunits"><code>&lt;color&gt;</code></a>
value as defined in [[CSS-COLOR-3]]
</dd>
</dl>
<dl>
<dt><dfn>boolean</dfn></dt>
<dd>A string that is an
<a data-cite="INFRA#ascii-case-insensitive">ASCII case-insensitive</a>
Expand Down Expand Up @@ -3047,6 +3023,24 @@ <h4>Adjust Space Around Content <code>&lt;mpadded&gt;</code></h4>
attributes, if present, must match the syntax
<code>( "+" | "-" )? (<a><code>unsigned-length-percentage</code></a> | (<a><code>unsigned-number</code></a> "%"? ("height" | "depth"))</code>.
</p>
with the following definitons:
<dl>
<dt><dfn>unsigned-number</dfn></dt>
<dd>A
<a data-cite="CSS-VALUES-3#number-value"><code>&lt;number-value&gt;</code></a> value as defined in
[[CSS-VALUES-3]], whose first character is neither
U+002D HYPHEN-MINUS character (-) nor
U+002B PLUS SIGN (+).
</dd>
<dt><dfn>unsigned-length-percentage</dfn></dt>
<dd>A
<a><code>length-percentage</code></a>
whose first character is neither
U+002D HYPHEN-MINUS character (-) nor
U+002B PLUS SIGN (+).
</dd>
</dl>

<section>
<h5>Inner box and requested parameters</h5>
<p>
Expand Down

0 comments on commit 46e30f1

Please sign in to comment.