[Webkit-unassigned] [Bug 50961] <title> should support dir attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 03:16:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=50961


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #87687|review?                     |review+
               Flag|                            |




--- Comment #25 from Eric Seidel <eric at webkit.org>  2011-03-31 03:16:38 PST ---
(From update of attachment 87687)
View in context: https://bugs.webkit.org/attachment.cgi?id=87687&action=review

This looks good to me.  I suspect WebKit-level folks may have opinions.  You should consider emailing webkit-dev once this lands and encouraging WebKit-level hackers to respect title directionality on their ports.

> Source/WebCore/html/HTMLTitleElement.cpp:84
> +    if (RenderStyle* style = computedStyle())
> +        direction = style->direction();
> +    else if (RefPtr<RenderStyle> style = styleForRenderer())
> +        direction = style->direction();

Sad that we don't have a reliable way to get a style, always.  (Not your fault of course).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list