Bug 158522 - font-variant-caps: all-small-caps should not apply to Japanese characters
Summary: font-variant-caps: all-small-caps should not apply to Japanese characters
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-08 06:20 PDT by Philippe Wittenbergh
Modified: 2022-07-14 15:49 PDT (History)
3 users (show)

See Also:


Attachments
test case (714 bytes, text/html)
2016-06-08 06:20 PDT, Philippe Wittenbergh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Wittenbergh 2016-06-08 06:20:55 PDT
Created attachment 280801 [details]
test case

span {
  font-variant-caps: all-small-caps;
}

should have no effect (visualy change the font-size) for Japanese characters (in the test case, the characters in red).(in the test case, the characters in red).

Firefox handles this correctly, Safari 9.1, Safari TP reduce the size of the characters.

the equivalent font-feature-settings: 'smcp', 'c2sc’; works OK.
Comment 1 Brent Fulgham 2022-07-14 15:49:12 PDT
This continues to be a problem in Safari and Chrome.
Comment 2 Radar WebKit Bug Importer 2022-07-14 15:49:23 PDT
<rdar://problem/97039714>