- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 Sep 2011 07:40:05 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10830
--- Comment #52 from Simon Pieters <simonp@opera.com> 2011-09-23 07:39:59 UTC ---
http://www.google.com/codesearch#search/&q=%5Csrb%5Cs%5B%5E%7B%5D*%7B%20lang:css&type=cs
One sets fallback styles for UAs that don't support ruby but support CSS
tables:
ruby rb { display:table-row-group; display:ruby-base; }
The other sets color, font-size and font-weight
#content_right .content_box h4 rb {
color:#FFCC00;
font-size:18px;
font-weight:bold;
}
...but those are redundant since the h4 has the same color, font-size and
font-weight.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 23 September 2011 07:40:08 UTC