[Webkit-unassigned] [Bug 32093] Some sections should be hidden in Google Style Guide, but they aren't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 11:10:00 PST 2009


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





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2009-12-03 11:10:00 PST ---
Yes, this happens because PRE is "flow content", but the content model of SPAN
is "phrase content". So, PRE is not allowed to be inside SPAN. The SPAN is
automatically closed when PRE is encountered, and then </SPAN> that was
supposed to close it closes upper level SPAN.

The different content kinds are described at
<http://www.whatwg.org/specs/web-apps/current-work/#content-models>.

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