Bug 52359 - Disable inheritance of text emphasis marks to ruby text
Summary: Disable inheritance of text emphasis marks to ruby text
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-01-13 00:49 PST by mitz
Modified: 2011-01-13 01:51 PST (History)
0 users

See Also:


Attachments
Add a rule to html.css to disable text emphasis inheritance to ruby text (4.12 KB, patch)
2011-01-13 01:23 PST, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-01-13 00:49:50 PST
As recommended in <http://dev.w3.org/cvsweb/~checkout~/csswg/css3-text/Overview.html?rev=1.6>, add the following rule to html.css:

rt { text-emphasis: none; }
Comment 1 mitz 2011-01-13 00:50:44 PST
<rdar://problem/8858548>
Comment 2 mitz 2011-01-13 01:23:08 PST
Created attachment 78784 [details]
Add a rule to html.css to disable text emphasis inheritance to ruby text
Comment 3 Dave Hyatt 2011-01-13 01:47:26 PST
Comment on attachment 78784 [details]
Add a rule to html.css to disable text emphasis inheritance to ruby text

r=me
Comment 4 mitz 2011-01-13 01:51:56 PST
Fixed in <http://trac.webkit.org/changeset/75707>