- From: L. David Baron <dbaron@dbaron.org>
- Date: Wed, 13 Mar 2013 17:03:42 -0700
- To: whatwg@whatwg.org
On Wednesday 2013-03-13 16:29 -0700, whatwg@whatwg.org wrote: > Author: ianh > Date: 2013-03-13 16:29:56 -0700 (Wed, 13 Mar 2013) > New Revision: 7749 > > Modified: > complete.html > index > source > Log: > [giow] (3) make <ruby> reset text-indent for sanity's sake (like with table) > Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20709 > Affected topics: Rendering > -ruby { display: ruby; } > +ruby { display: ruby; text-indent: initial; } This change seems like a workaround for an implementation bug rather than something that belongs in the spec. The text-indent property applies only to block containers, which display:ruby is not. -David -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla http://www.mozilla.org/ 𝄂
Received on Thursday, 14 March 2013 00:04:07 UTC