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

Commit

Permalink
Make multi-char ASCII infix operators //, **, <> use lspace="4" and r…
Browse files Browse the repository at this point in the history
…space="4"

This is consistent with other similar operators /=, *= or >=

w3c/mathml#176
  • Loading branch information
fred-wang committed May 7, 2020
1 parent a7d0263 commit 4babdf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unicode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ Barbara Beeton for the STIX project
</character>
<character id="U0002A-0002A" dec="42-42" image="none">
<unicodedata/>
<operator-dictionary priority="720" form="infix" lspace="1" rspace="1"/>
<operator-dictionary priority="720" form="infix" lspace="4" rspace="4"/>
<description>MULTIPLE CHARACTER OPERATOR: **</description>
</character>
<character id="U0002A-0003D" dec="42-61" image="none">
Expand Down Expand Up @@ -964,7 +964,7 @@ Barbara Beeton for the STIX project
</character>
<character id="U0002F-0002F" dec="47-47" image="none">
<unicodedata/>
<operator-dictionary priority="820" form="infix" lspace="1" rspace="1"/>
<operator-dictionary priority="820" form="infix" lspace="4" rspace="4"/>
<description>MULTIPLE CHARACTER OPERATOR: //</description>
</character>
<character id="U0002F-0003D" dec="47-61" image="none">
Expand Down Expand Up @@ -1093,7 +1093,7 @@ Barbara Beeton for the STIX project
</character>
<character id="U0003C-0003E" dec="60-62" image="none">
<unicodedata/>
<operator-dictionary priority="780" form="infix" lspace="1" rspace="1"/>
<operator-dictionary priority="780" form="infix" lspace="4" rspace="4"/>
<description>MULTIPLE CHARACTER OPERATOR: &lt;&gt;</description>
</character>
<character id="U0003C-020D2" dec="60-8402" type="other" mode="unknown">
Expand Down

0 comments on commit 4babdf1

Please sign in to comment.