Bug 24173

Summary: WebKit doesn't support certain Chinese list styles
Product: WebKit Reporter: Justin Garcia <justin.garcia>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bdakin, xfq.free
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

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?