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 7161 - If a heading has title text and then an image below it, then more text, how is the figure element handled in header and hgroup elements?
Summary: If a heading has title text and then an image below it, then more text, how i...
Status: VERIFIED NEEDSINFO
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal
Target Milestone: LC
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://whatwg.org/specs/web-apps/curr...
Whiteboard:
Keywords: NE, NoReply
Depends on:
Blocks:
 
Reported: 2009-07-29 02:40 UTC by contributor
Modified: 2010-10-04 14:55 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2009-07-29 02:40:52 UTC
Section: http://whatwg.org/specs/web-apps/current-work/#the-figure-element

Comment:
If a heading has title text and then an image below it, then more text, how is the figure element handled in header and hgroup elements?

Posted from: 122.109.236.43
Comment 1 Ian 'Hixie' Hickson 2009-07-29 04:02:49 UTC
I don't understand the question.
Comment 2 Chris Parnell 2009-07-30 00:12:16 UTC
(In reply to comment #1)
> I don't understand the question.
> 

I am using an image as a header

Like so:

 <header><hgroup>
            <figure>
              <img src="../img/mata.gif" alt=
              "Anandamayi Ma" class="hum"><br>
              <br>
               <img src="../img/shabda.png" alt="Anandamayi Ma" class="hum" />
			   </figure>
              <h3 class="kulwant">
                Spiritual Stars of the Golden Age
              <br>
               Anandamayi Ma<br>
                 (Ever Blissful Mother)<br>
                 <small>East Bengal, 1896 - 1982</small>
              </h3>
			  
			  
			  </hgroup></header>

Two images and text in the header group. 
First image is the name.
Second image is photo of person.
Then comes some descriptive text
Henri's validator says figure can't go in <header> or <hgroup> 

. 
 
Comment 3 Maciej Stachowiak 2010-03-14 14:48:37 UTC
This bug predates the HTML Working Group Decision Policy.

If you are satisfied with the resolution of this bug, 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

This bug is now being moved to VERIFIED. Please respond within two weeks. If this bug is not closed, reopened or escalated within two weeks, it may be marked as NoReply and will no longer be considered a pending comment.