- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Sep 2010 04:11:19 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10589 --- Comment #9 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-09-30 04:11:19 UTC --- Making <figure> phrasing-level seems at odds with its semantics. When would you ever want <figure> in the middle of a paragraph? Having it at the start (as per comment 0) or end of a paragraph makes sense, but is completely compatible with just putting the <figure> before or after the <p>. <figure> is supposed to be equivalent to <div class="figure">, not <span class="figure">. In particular, if we made <figure> phrasing, we'd have to also make it scoping, since otherwise you couldn't put <pre> or <p> into <figure> in certain weird cases. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Thursday, 30 September 2010 04:42:01 UTC