Closed
Bug 375291
Opened 18 years ago
Closed 18 years ago
update layout/generic/punct_marks.ccmap to unicode 5.0
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha5
People
(Reporter: arno, Assigned: arno)
Details
(Keywords: css2, testcase)
Attachments
(2 files)
245 bytes,
text/html
|
Details | |
32.20 KB,
patch
|
smontagu
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)
Build Identifier:
layout/generic/punct_marks.ccmap contains list of Ps, Pe, Pi, Pf, and Po unicode punctuation classes. That list is used for first-letter. From CSS2, section 5.12.2:
Punctuation (i.e, characters
defined in Unicode [UNICODE] in the "open" (Ps), "close" (Pe), and "other" (Po)
punctuation classes), that precedes the first letter should be included" in the
first-letter pseudo-element.
That list has been generated in 2004 with Unicode 4.0.1 data file. See (bug 263411).
Now, unicode version is 5.0, and some characters are not the same.
Reproducible: Always
Steps to Reproduce:
see testcase
Assignee | ||
Comment 1•18 years ago
|
||
take account of unicode 5.0
Assignee | ||
Updated•18 years ago
|
Assignee | ||
Comment 2•18 years ago
|
||
obtained by the method described in bug 263411 comment 2
Attachment #259606 -
Flags: review?(dbaron)
Comment on attachment 259606 [details] [diff] [review]
patch proposal
Looks good to me, but I'd like smontagu to check as well.
Attachment #259606 -
Flags: superreview+
Attachment #259606 -
Flags: review?(smontagu)
Attachment #259606 -
Flags: review?(dbaron)
Comment 4•18 years ago
|
||
Comment on attachment 259606 [details] [diff] [review]
patch proposal
Oops, I totally forgot about this file in bug 345156.
Do any others of http://lxr.mozilla.org/seamonkey/find?string=ccmap need updating? After answering that question, we should also update http://wiki.mozilla.org/I18n:Updating_Unicode_version
Attachment #259606 -
Flags: review?(smontagu) → review+
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: nobody → arno.@no-log.org
Whiteboard: [checkin needed]
Comment 5•18 years ago
|
||
Checked in:
mozilla/layout/generic/punct_marks.ccmap 1.7
Sounds like this can be tested with reftest.
Also, what's with the question in comment 4?
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → mozilla1.9alpha5
Version: unspecified → Trunk
Comment 6•17 years ago
|
||
Bug 445877 makes the question in comment 4 moot.
You need to log in
before you can comment on or make changes to this bug.
Description
•