Bug 24173 - WebKit doesn't support certain Chinese list styles
Summary: WebKit doesn't support certain Chinese list styles
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-02-25 15:16 PST by Justin Garcia
Modified: 2023-05-25 03:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2009-02-25 15:16:59 PST
Create a new document in TextEdit
Type foo<return>bar<return>baz
Select all three paragraphs
From the List popup menu select "Other..."
From the Bullet/Number popup select the last item, "&#30002; &#20057; &#19993;"
Copy
Paste into a new (Rich Text) Mail message

The list markers are "1 2 3" instead of "&#30002; &#20057; &#19993;"

AppKit gives us list-style-type: cjk-heavenly-stem, which looks to be part of CSS3 that we do not yet support.

<rdar://problem/6062876>
Comment 1 Fuqiao Xue 2023-05-25 03:35:36 PDT
This bug seems to have been fixed?