[Webkit-unassigned] [Bug 39162] ':valid' CSS selector should not be applied to some form controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 16 05:18:34 PDT 2010


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





--- Comment #4 from Yael <yael.aharon at nokia.com>  2010-05-16 05:18:32 PST ---
(In reply to comment #3)
> (From update of attachment 56155 [details])
> Why remove the #if?
>  #if ENABLE(PROGRESS_TAG)
> 862861         tagList.add(progressTag.localName().impl());
> 863  #endif

Since progress is added to the tag names, the HTML parser will not create a progress element for ports that don't support the progress flag, unless it is also added to the tag list. If added to the tag list, the parser will create a "regular" HTML element when the flag is turned off.
Please see ruby and datalist, they are also added to the taglist unconditionally.
However video is not, and in ports that don't enable the video flag, the HTML parser is not creating a video element at all.

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