This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24090 - figcaption missing from Kinds of content
Summary: figcaption missing from Kinds of content
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: CR, editorial
Depends on:
Blocks:
 
Reported: 2013-12-13 14:22 UTC by Alastair Campbell
Modified: 2014-01-16 15:12 UTC (History)
5 users (show)

See Also:


Attachments

Description Alastair Campbell 2013-12-13 14:22:46 UTC
It appears that figcaption should be listed under flow content, but it isn't.
Comment 1 Simon Pieters 2013-12-13 20:40:41 UTC
No? It's only allowed in <figure>.
Comment 2 Alastair Campbell 2013-12-16 12:11:17 UTC
So shouldn't it be dealt with like area? That says:
"area (if it is a descendant of a map element)"
Comment 3 github bugzilla bot 2014-01-12 17:06:28 UTC
Commit pushed to master at https://github.com/w3c/html

https://github.com/w3c/html/commit/baf4cce98deb70c495d1cf4c529c5c9e7b9783a0
add figcaption to kinds of content

Fixes Bug 24090
Comment 4 steve faulkner 2014-01-12 17:07:23 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see Comment 3
Rationale: The element was missing from kinds of content. agreed with Comment 2
Comment 5 steve faulkner 2014-01-12 18:19:58 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: rejected,
Change Description: reverted previous commit
Rationale: 'kinds of content' refers to what category of content the element is. figcaption is not included within a content category, therefore is not included in kinds of content.
note its says:
"Each element in HTML falls into *zero or more* categories that group elements with similar characteristics together." 
http://www.w3.org/html/wg/drafts/html/master/dom.html#categories-1

thanks to mike smith for clearing this up for me.
Comment 6 github bugzilla bot 2014-01-16 15:12:39 UTC
Commit pushed to CR at https://github.com/w3c/html

https://github.com/w3c/html/commit/baf4cce98deb70c495d1cf4c529c5c9e7b9783a0
add figcaption to kinds of content