Implicit values of boolean attributes #33
Labels
css / html5
Issues related to CSS or HTML5 interoperability
MathML Core
Issues affecting the MathML Core specification
MathML 4
Issues affecting the MathML 4 specification
The proposal was to consider supporting syntax
<mo largeop stretchy>
instead of<mo largeop="true" stretchy="true">
for compatibility with HTML5. However, MathML takes default value from the operator dictionary, so it's probably an invalid request."MathML boolean attributes take value "true" and "false". In HTML5,
the boolean value is given by the presence/absence of the attribute and
the only allowed value is the name of the attribute. This allows to get
more compact syntax like instead of . However, Web engines and authoring
tools will continue to support the true/false syntax anyway, so it's
probably not worth adding complexity here...
https://www.w3.org/TR/html5/infrastructure.html#boolean-attributes"
(original report: https://lists.w3.org/Archives/Public/www-math/2016Aug/0000.html)
The text was updated successfully, but these errors were encountered: