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

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7161


Chris Parnell <saieditor@saieditor.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saieditor@saieditor.com




--- Comment #2 from Chris Parnell <saieditor@saieditor.com>  2009-07-30 00:12:16 ---
(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> 

. 



-- 
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 July 2009 00:12:26 UTC