Closed
Bug 314459
Opened 19 years ago
Closed 19 years ago
‖ (‖) should be a stretchy MathML character
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rbs, Assigned: rbs)
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Per request (e.g., bug 120198 comment 80), this patch configures ‖ (\u2016) to stretch/behave like ∥ (\u2225).
They look almost the same and very few people are even aware that Unicode has two positions for '||'. Since generators output either one of the other, I am playing safe by making both stretchy.
Attachment #201389 -
Flags: superreview?(roc)
Attachment #201389 -
Flags: review?(roc)
Attachment #201389 -
Flags: superreview?(roc)
Attachment #201389 -
Flags: superreview+
Attachment #201389 -
Flags: review?(roc)
Attachment #201389 -
Flags: review+
Checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
I corrected an inadvertent copy-paste from Math2...
In CMEX10, the definition of DoubleVerticalBar is rather:
\u2225 = \uFFFD\uFFFD\uFFFD\uF8FF\u2225 # DoubleVerticalBar, par, parallel
So its Vert should be:
#Make Vert behave like DoubleVerticalBar
\u2016 = \uFFFD\uFFFD\uFFFD\u2225.G\u2016 # Vert, Verbar
I checked in this quick correction.
You need to log in
before you can comment on or make changes to this bug.
Description
•