Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit 949a2f7

Browse files
committed
Remove default stretchiness of infix operators U+2044, U+2215, U+007C
These are slashes and bars that make sense as non-stretchy too, with no clear default. However, non-stretchy is more consistent with similar symbols: U+2223 U+2225 U+2758 U+29F5 U+2AFB U+2AFD U+29F8 U+29F9 U+005C w3c/mathml#176
1 parent a7d0263 commit 949a2f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unicode.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ Barbara Beeton for the STIX project
18151815
<desc>alias ISONUM verbar</desc>
18161816
</entity>
18171817
<font name="hlcry" pos="106"/>
1818-
<operator-dictionary priority="270" form="infix" stretchy="true" lspace="3" rspace="3" symmetric="true" fence="true"/>
1818+
<operator-dictionary priority="270" form="infix" lspace="3" rspace="3" fence="true"/>
18191819
<operator-dictionary priority="20" form="prefix" symmetric="true" fence="true" stretchy="true" lspace="0" rspace="0"/>
18201820
<operator-dictionary priority="20" form="postfix" symmetric="true" fence="true" stretchy="true" lspace="0" rspace="0"/>
18211821
<description unicode="1.1">VERTICAL LINE</description>
@@ -37261,7 +37261,7 @@ Barbara Beeton for the STIX project
3726137261
<unicodedata category="Sm" combclass="0" bidi="CS" mirror="N" mathclass="B" alias="solidus"/>
3726237262
<mathlatex set="unicode-math">\fracslash</mathlatex>
3726337263
<entity id="frasl" set="xhtml1-symbol"/>
37264-
<operator-dictionary form="infix" stretchy="true" lspace="4" rspace="4" priority="680"/>
37264+
<operator-dictionary form="infix" lspace="4" rspace="4" priority="680"/>
3726537265
<description unicode="1.1">FRACTION SLASH</description>
3726637266
</character>
3726737267
<character id="U02045" dec="8261" type="other" mode="unknown">
@@ -42301,7 +42301,7 @@ Barbara Beeton for the STIX project
4230142301
<character id="U02215" dec="8725" type="other" mode="unknown">
4230242302
<unicodedata category="Sm" combclass="0" bidi="ON" mirror="Y" mathclass="B"/>
4230342303
<mathlatex set="unicode-math">\divslash</mathlatex>
42304-
<operator-dictionary form="infix" stretchy="true" lspace="4" rspace="4" priority="680"/>
42304+
<operator-dictionary form="infix" lspace="4" rspace="4" priority="680"/>
4230542305
<description unicode="1.1">DIVISION SLASH</description>
4230642306
</character>
4230742307
<character id="U02216" dec="8726" mode="math" type="binaryop">

0 commit comments

Comments
 (0)