[whatwg] [html5] r7749 - [giow] (3) make <ruby> reset text-indent for sanity's sake (like with table) Fix [...]
L. David Baron
dbaron at dbaron.org
Wed Mar 13 17:03:42 PDT 2013
On Wednesday 2013-03-13 16:29 -0700, whatwg at 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/ 𝄂
More information about the whatwg
mailing list