Re: [alreq] Proper tags for titles: H2 or H3?

We have :
1)  `h3` in nested subsection with `href` to parent `h2` section id
 `<section id="h_characters_and_words">

     <h2><a href="#h_characters_and_words">Characters and 
Words</a></h2>

       <section id="h_diacritics">

        <h3><a href="#h_diacritics">Diacritics</a></h3>
`

2) `h3` in nested subsection **without** `href` to parent `h2` section
 id

`<section id="h_font_and_typographical_considerations">
   
    <h2><a href="#h_font_and_typographical_considerations">Font and 
Typographical considerations</a></h2>

         <section id="h_arabic_style_and_calligraphy">
           <h3>Arabic Style and Calligraphy</h3>
             ...

          <section id="h_different_writing_styles">
            <h3>Different Writing Styles</h3>
`

3)  `h3` under `h2` but not in subsection
 `<section class="appendix" id="characters-tables">

    <h2>Characters</h2>

       <p>The following tables [...] or that langauge.</p>

         <h3>Alphabetical characters</h3>
            ...
         <h3>Diacritics</h3>
`

I guess case 1) is the best choice

-- 
GitHub Notification of comment by ntounsi
Please view or discuss this issue at 
https://github.com/w3c/alreq/issues/69#issuecomment-247191352 using 
your GitHub account

Received on Wednesday, 14 September 2016 23:47:39 UTC