[Webkit-unassigned] [Bug 78751] Add support for the translate attribute in html elements.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 15:50:09 PST 2012


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





--- Comment #3 from Pablo Flouret <pablof at motorola.com>  2012-02-15 15:50:09 PST ---
(In reply to comment #2)
> (From update of attachment 127249 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=127249&action=review
> 
> Is there any more to this attribute?  A link to the spec would be helpful so I can read up on it easily.  Some nits below.

The link to the spec is in the description field of this bug, to wit, http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-translate

I forgot to add it to the changelog, will do.

> 
> > Source/WebCore/html/HTMLElement.cpp:823
> > +            if (mode != TranslateAttributeInherit)
> > +                return mode == TranslateAttributeYes;
> 
> Should we ASSERT that the mode is either TranslateAttributeYes or TranslateAttributeNo in the body of this if?

We could.

-- 
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