diff --git a/index.html b/index.html index 588d0af..b239296 100644 --- a/index.html +++ b/index.html @@ -756,8 +756,9 @@

2.3.1 Properties negativethickmathspace, negativeverythickmathspace and negativeveryverythickmathspace must be interpreted as their - equivalent em value. Also, percent and unitless values must be interpreted - with respect to the appropriate reference value. Note that the mpadded + equivalent em value. Also, percent values must be interpreted + with respect to the appropriate reference value. + Note that the mpadded element also accepts more general length values as discussed in section 4.3.6.

@@ -12307,7 +12308,7 @@

Appendix C Relax NG (annotation|annotation-xml)*} length = xsd:string { - pattern = '\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*' + pattern = '\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%))|0|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*' } diff --git a/mathml4-core.rnc b/mathml4-core.rnc index 8337e80..a121d79 100644 --- a/mathml4-core.rnc +++ b/mathml4-core.rnc @@ -37,7 +37,7 @@ semantics = element semantics {CommonAtt, (annotation|annotation-xml)*} length = xsd:string { - pattern = '\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*' + pattern = '\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%))|0|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*' } diff --git a/src/othertech.html b/src/othertech.html index 83b14fe..cf5195c 100644 --- a/src/othertech.html +++ b/src/othertech.html @@ -273,8 +273,9 @@

Properties

negativethickmathspace, negativeverythickmathspace and negativeveryverythickmathspace must be interpreted as their -equivalent em value. Also, percent and unitless values must be interpreted -with respect to the appropriate reference value. Note that the mpadded +equivalent em value. Also, percent values must be interpreted +with respect to the appropriate reference value. +Note that the mpadded element also accepts more general length values as discussed in section auto.