- boolean |
+ boolean |
As defined in [[MathML-Core]], a string that is an
ASCII case-insensitive match to true or
false . |
- unsigned-integer |
+ unsigned-integer |
As defined in [[MathML-Core]], an integer , whose first character is neither
U+002D HYPHEN-MINUS character (-) nor
U+002B PLUS SIGN (+). |
- positive-integer |
+ positive-integer |
An [=unsigned-integer=] not consisting solely of "0"s (U+0030), representing a positive integer |
- integer |
+ integer |
an optional "-" (U+002D), followed by an [=unsigned-integer=],
and representing an integer
|
- number |
+ number |
- an optional prefix of "-" (U+002D), followed by an unsigned number,
+ an optional prefix of "-" (U+002D), followed by an [=unsigned-number=],
representing a terminating decimal number (a type of rational number) |
- unsigned-number |
+ unsigned-number |
value as defined in
[[CSS-VALUES-3]] number , whose first character is neither
@@ -201,17 +201,17 @@ Syntax notation used in the MathML specification
|
- character |
+ character |
a single non-whitespace character |
- string |
+ string |
an arbitrary, nonempty and finite, string of characters |
- length |
+ length |
a length, as explained below, |
@@ -221,24 +221,24 @@ Syntax notation used in the MathML specification
- color |
+ color |
a color, using the syntax specified by [[CSS-Color-3]] |
- id |
+ id |
an identifier, unique within the document;
must satisfy the NAME syntax of the XML recommendation [[XML]] |
- idref |
+ idref |
an identifier referring to another element within the document;
must satisfy the NAME syntax of the XML recommendation [[XML]] |
- URI |
+ URI |
a Uniform Resource Identifier [[RFC3986]]. Note that the attribute value
is typed in the schema as anyURI which allows any sequence of XML characters.
Systems needing to use this string as a URI must encode the bytes of the UTF-8 encoding
diff --git a/src/presentation-markup.html b/src/presentation-markup.html
index 94334dd..9499547 100644
--- a/src/presentation-markup.html
+++ b/src/presentation-markup.html
@@ -1969,7 +1969,7 @@ Dictionary-based attributes
|
stretchy |
- boolean |
+ [=boolean=] |
set by dictionary (false) |
@@ -1982,7 +1982,7 @@ Dictionary-based attributes
symmetric |
- boolean |
+ [=boolean=] |
set by dictionary (false) |
@@ -2029,7 +2029,7 @@ Dictionary-based attributes
largeop |
- boolean |
+ [=boolean=] |
set by dictionary (false) |
@@ -2047,7 +2047,7 @@ Dictionary-based attributes
movablelimits |
- boolean |
+ [=boolean=] |
set by dictionary (false) |
@@ -2066,7 +2066,7 @@ Dictionary-based attributes
accent |
- boolean |
+ [=boolean=] |
set by dictionary (false) |
@@ -3753,7 +3753,7 @@ Attributes
bevelled |
- boolean |
+ [=boolean=] |
false |
@@ -4123,7 +4123,7 @@ Attributes
displaystyle |
- boolean |
+ [=boolean=] |
inherited |
@@ -5728,7 +5728,7 @@ Attributes
accentunder |
- boolean |
+ [=boolean=] |
automatic |
@@ -5856,7 +5856,7 @@ Attributes
accent |
- boolean |
+ [=boolean=] |
automatic |
@@ -6005,7 +6005,7 @@ Attributes
accent |
- boolean |
+ [=boolean=] |
automatic |
@@ -6019,7 +6019,7 @@ Attributes
accentunder |
- boolean |
+ [=boolean=] |
automatic |
@@ -6395,7 +6395,7 @@ Attributes
alignmentscope |
- (boolean) + |
+ ([=boolean=]) + |
true |
@@ -6550,7 +6550,7 @@ Attributes
equalrows |
- boolean |
+ [=boolean=] |
false |
@@ -6562,7 +6562,7 @@ Attributes
equalcolumns |
- boolean |
+ [=boolean=] |
false |
@@ -6574,7 +6574,7 @@ Attributes
displaystyle |
- boolean |
+ [=boolean=] |
false |