[Webkit-unassigned] [Bug 47264] Introduce the device element as an experimental feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 11:06:18 PST 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81085|review?                     |review-
               Flag|                            |




--- Comment #13 from Adam Barth <abarth at webkit.org>  2011-02-03 11:06:17 PST ---
(From update of attachment 81085)
View in context: https://bugs.webkit.org/attachment.cgi?id=81085&action=review

> Source/WebCore/html/parser/HTMLTreeBuilder.cpp:898
>      if (token.name() == areaTag
>          || token.name() == brTag
> +        || token.name() == deviceTag
>          || token.name() == embedTag
>          || token.name() == imgTag
>          || token.name() == keygenTag

This list of elements comes from <http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#parsing-main-inbody>.  The spec says:

> A start tag whose tag name is one of: "area", "br", "embed", "img", "keygen", "wbr"

I don't see "device" in that list.  Please do not add non-standard behavior to the parser.

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