- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Jun 2011 16:36:08 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13102
Summary: <style scoped> conflicts with top-placed <figcaption>
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: w3.org@boblet.net
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
If you want to use <figcaption> at the top of a <figure> it’s currently not
possible to use <style scoped> for that <figure>, as both elements should be
the first child. I expected <style scoped> to be allowed before <figcaption>.
I’d like to suggest the <figcaption> spec “Contexts in which this element can
be used” text:
As the first or last child of a figure element.
be changed to something like:
As the first or last child of a figure element, or the second child of a
figure element with a style scoped element
Current workaround is to move <style scoped> into a wrapper <div>.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Thursday, 30 June 2011 16:36:09 UTC