<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>23490</bug_id>
          
          <creation_ts>2013-10-14 15:13:18 +0000</creation_ts>
          <short_desc>strengthen advice on when to use a section</short_desc>
          <delta_ts>2014-01-16 15:12:43 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="steve faulkner">faulkner.steve</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>info</cc>
    
    <cc>jukka.k.korpela</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>rdeltour</cc>
    
    <cc>robin</cc>
    
    <cc>silviapfeiffer1</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>94659</commentid>
    <comment_count>0</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-14 15:13:18 +0000</bug_when>
    <thetext>&quot;4.4.3 The section element&quot;
http://www.w3.org/html/wg/drafts/html/master/sections.html#the-section-element</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94663</commentid>
    <comment_count>1</comment_count>
    <who name="github bugzilla bot">sideshowbarker+gitzilla</who>
    <bug_when>2013-10-14 16:03:33 +0000</bug_when>
    <thetext>Commit pushed to master at https://github.com/w3c/html

https://github.com/w3c/html/commit/423ee2376ce2e0ab6ee7d9c9631cf07c77da57de
authors should provide a &lt;hx&gt; for a section

fixes bug 23490</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94664</commentid>
    <comment_count>2</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-14 16:10:40 +0000</bug_when>
    <thetext>refer to discussion Validity constraints on &lt;section&gt;: http://lists.w3.org/Archives/Public/public-html/2013Mar/0129.html

EDITOR&apos;S RESPONSE: This is an Editor&apos;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 commit
Rationale: Authors are using section as a generic container, trying to reduce this by defining that they SHOULD provide a heading for each section.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94675</commentid>
    <comment_count>3</comment_count>
    <who name="Jukka K. Korpela">jukka.k.korpela</who>
    <bug_when>2013-10-14 18:54:01 +0000</bug_when>
    <thetext>This is a wrong fix to a non-problem. It has no practical impact except that it may confuse authors. One of the few reasons to use section elements is that they provide a way to divide a document into thematic parts even when some or no parts has a heading. Moreover, the characterization “briefly describes the content of the section” reflects a very one-sided view on the roles of a heading.

For example, a novel can be divided into section elements, and they can have headings, often just numbering headings like “Chapter 1”. There is no reason to tell people not to use such headings, especially if they are just converting an existing work into HTML format. And a chapter of a novel could meaningfully be divided into sections without headings – parts that describe different courses of events, visually separated e.g. by a blank line.

Note that the descriptions of h1–h6 do not say that headings describe the content of sections. They are just, well, headings. This is OK. There are many kinds of headings, and their nature is a matter of presentation style and depends on the genre – it’s not adequate to restrict headings to brief descriptions of content.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94677</commentid>
    <comment_count>4</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-14 19:04:11 +0000</bug_when>
    <thetext>(In reply to Jukka K. Korpela from comment #3)
&gt; This is a wrong fix to a non-problem. It has no practical impact except that
&gt; it may confuse authors. One of the few reasons to use section elements is
&gt; that they provide a way to divide a document into thematic parts even when
&gt; some or no parts has a heading. Moreover, the characterization “briefly
&gt; describes the content of the section” reflects a very one-sided view on the
&gt; roles of a heading.
&gt; 
&gt; For example, a novel can be divided into section elements, and they can have
&gt; headings, often just numbering headings like “Chapter 1”. There is no reason
&gt; to tell people not to use such headings, especially if they are just
&gt; converting an existing work into HTML format. And a chapter of a novel could
&gt; meaningfully be divided into sections without headings – parts that describe
&gt; different courses of events, visually separated e.g. by a blank line.
&gt; 
&gt; Note that the descriptions of h1–h6 do not say that headings describe the
&gt; content of sections. They are just, well, headings. This is OK. There are
&gt; many kinds of headings, and their nature is a matter of presentation style
&gt; and depends on the genre – it’s not adequate to restrict headings to brief
&gt; descriptions of content.

HI jukka, while i understand your feedback in regards to prescribing what headings are i don&apos;t understand 
&quot;&gt; This is a wrong fix to a non-problem. &quot; 

why is it a non problem? And why is it wrong to make a soft requirement for the author to provide a heading?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94679</commentid>
    <comment_count>5</comment_count>
    <who name="Jukka K. Korpela">jukka.k.korpela</who>
    <bug_when>2013-10-14 19:29:09 +0000</bug_when>
    <thetext>(In reply to steve faulkner from comment #4)

&gt; why is it a non problem?

Because a section element without a heading is not a problem. It is often quite adequate, as I described. 

&gt; And why is it wrong to make a soft requirement for
&gt; the author to provide a heading?

To people accustomed to reading RFCs, as many readers of the spec are, “should” is a serious word – and the spec defines “should” to mean what RFC 2119 says.

I don’t think HTML5 should give advice on the composition of works in general. That would be way out of scope (and would often result in wrong advice).

If you want to say something about headings, then this could be suitable:

The content of a section element often starts with a heading or otherwise contains a heading for the section. A section may also appear without a heading</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94694</commentid>
    <comment_count>6</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-14 19:58:42 +0000</bug_when>
    <thetext>(In reply to Jukka K. Korpela from comment #5)
&gt; (In reply to steve faulkner from comment #4)
&gt; 
&gt; &gt; why is it a non problem?
&gt; 
&gt; Because a section element without a heading is not a problem. It is often
&gt; quite adequate, as I described. 

you didm&apos;t actually describe it.

&gt; 
&gt; &gt; And why is it wrong to make a soft requirement for
&gt; &gt; the author to provide a heading?
&gt; 
&gt; To people accustomed to reading RFCs, as many readers of the spec are,

I would suggest the opposite

&gt; “should” is a serious word – and the spec defines “should” to mean what RFC
&gt; 2119 says.

and that is why it was used.

3. SHOULD   This word, or the adjective &quot;RECOMMENDED&quot;, mean that there
   may exist valid reasons in particular circumstances to ignore a
   particular item, but the full implications must be understood and
   carefully weighed before choosing a different course.

http://www.ietf.org/rfc/rfc2119.txt

is reasonable as the provision of a heading is recommended in most circumstances. The lack of clarity around the use of section has already resulted in widespread misuse which has had a negative effect on users.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94697</commentid>
    <comment_count>7</comment_count>
    <who name="Jukka K. Korpela">jukka.k.korpela</who>
    <bug_when>2013-10-14 20:16:42 +0000</bug_when>
    <thetext>(In reply to steve faulkner from comment #6)

&gt; &gt; Because a section element without a heading is not a problem. It is often
&gt; &gt; quite adequate, as I described. 
&gt; 
&gt; you didm&apos;t actually describe it.

I gave a an example of a novel section divided into subsections.

&gt; &gt; “should” is a serious word – and the spec defines “should” to mean what RFC
&gt; &gt; 2119 says.
&gt; 
&gt; and that is why it was used.

Taken in the RFC 2119 sense, as it should, it is in not “soft”. As you quote:

&gt;    the full implications must be understood and
&gt;    carefully weighed before choosing a different course.

How is an author even assumed to weight the implications when no rationale for the requirement is given?

&gt; is reasonable as the provision of a heading is recommended in most
&gt; circumstances.

Recommended by whom, and why? It is evident that a heading is useful in many cases. So evident that it hardly makes sense to say it in normative prose (even as a “should” requirement) in a specification. In other cases, the requirement would be confusing at best, and could even make people write dummy heading content if they take the requirement seriously.

&gt; The lack of clarity around the use of section has already
&gt; resulted in widespread misuse which has had a negative effect on users.

Which widespread misuse with which negative effect on users?

The section element has no impact on users, really. And if some content should have a heading, then it should have a heading quite independently of use of a section element – so the context would be wrong for advocacy of headings even if we thought that such advocacy belongs to HTML5.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94711</commentid>
    <comment_count>8</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-14 21:31:43 +0000</bug_when>
    <thetext>(In reply to Jukka K. Korpela from comment #7)
&gt; (In reply to steve faulkner from comment #6)
&gt; 
&gt; &gt; &gt; Because a section element without a heading is not a problem. It is often
&gt; &gt; &gt; quite adequate, as I described. 
&gt; &gt; 
&gt; &gt; you didm&apos;t actually describe it.
&gt; 
&gt; I gave a an example of a novel section divided into subsections.
&gt; 
&gt; &gt; &gt; “should” is a serious word – and the spec defines “should” to mean what RFC
&gt; &gt; &gt; 2119 says.
&gt; &gt; 
&gt; &gt; and that is why it was used.
&gt; 
&gt; Taken in the RFC 2119 sense, as it should, it is in not “soft”. As you quote:

it is soft compared to MUST
&gt; 
&gt; &gt;    the full implications must be understood and
&gt; &gt;    carefully weighed before choosing a different course.
&gt; 
&gt; How is an author even assumed to weight the implications when no rationale
&gt; for the requirement is given?

that is an argument for better explanation in the spec - noted


&gt; 
&gt; &gt; is reasonable as the provision of a heading is recommended in most
&gt; &gt; circumstances.
&gt; 
&gt; Recommended by whom, and why? It is evident that a heading is useful in many
&gt; cases. So evident that it hardly makes sense to say it in normative prose
&gt; (even as a “should” requirement) in a specification. In other cases, the
&gt; requirement would be confusing at best, and could even make people write
&gt; dummy heading content if they take the requirement seriously.

recommended in the spec and no it would mean that authors don&apos;t use the section element as a replacement for a div which they currently are doing.

&gt; 
&gt; &gt; The lack of clarity around the use of section has already
&gt; &gt; resulted in widespread misuse which has had a negative effect on users.
&gt; 
&gt; Which widespread misuse with which negative effect on users?
&gt; 
&gt; The section element has no impact on users, really. And if some content
&gt; should have a heading, then it should have a heading quite independently of
&gt; use of a section element – so the context would be wrong for advocacy of
&gt; headings even if we thought that such advocacy belongs to HTML5.

The section element maps to a region role in accessibility APIs (as required in HTML5), region roles are exposed to users. and its misuse does have a negative effect as reported by users. sections also have an effect upon the document outline and their misuse could have a negative effect upon users if any user agent implements the outline algorithm.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94716</commentid>
    <comment_count>9</comment_count>
    <who name="Romain Deltour">rdeltour</who>
    <bug_when>2013-10-14 21:42:28 +0000</bug_when>
    <thetext>Although I appreciate that a &quot;should&quot; may have a positive impact on sectionarrhea, I confirm Jukka&apos;s stand that heading-less sections are heavily used in digital publishing (e.g. EPUB) – as I already commented last March on twitter [1], reported by Robin [2].

Would it make sense to reduce the confusion by explicitly mentioning legitimate use cases for heading-less sections, either via prose or examples ?

Additionally, is it still a no-go to recommend aria-label as an alternative to headings in sections ?

[1] https://twitter.com/rdeltour/status/314739301676113920
[2] http://lists.w3.org/Archives/Public/public-html/2013Mar/0143.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94718</commentid>
    <comment_count>10</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-14 21:51:48 +0000</bug_when>
    <thetext>(In reply to Romain Deltour from comment #9)

hi Romain,

&gt; Would it make sense to reduce the confusion by explicitly mentioning
&gt; legitimate use cases for heading-less sections, either via prose or examples
&gt; ?

yes that is a possibility


&gt; Additionally, is it still a no-go to recommend aria-label as an alternative
&gt; to headings in sections ?

it isn&apos;t a no go

note the change I made in the spec is a starting place not an end, its only an editors draft after all.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94720</commentid>
    <comment_count>11</comment_count>
    <who name="Romain Deltour">rdeltour</who>
    <bug_when>2013-10-14 22:00:14 +0000</bug_when>
    <thetext>&gt; it isn&apos;t a no go

Ok, I thought it was based on that comment [1], but fine then!

[1] http://lists.w3.org/Archives/Public/public-html/2013Mar/0144.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94734</commentid>
    <comment_count>12</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-15 07:29:33 +0000</bug_when>
    <thetext>re-opening to reflect ongoing discussion</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94737</commentid>
    <comment_count>13</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-15 08:51:16 +0000</bug_when>
    <thetext>(In reply to Romain Deltour from comment #9)
&gt; Although I appreciate that a &quot;should&quot; may have a positive impact on
&gt; sectionarrhea, I confirm Jukka&apos;s stand that heading-less sections are
&gt; heavily used in digital publishing (e.g. EPUB) – as I already commented last
&gt; March on twitter [1], reported by Robin [2].
&gt; 
&gt; Would it make sense to reduce the confusion by explicitly mentioning
&gt; legitimate use cases for heading-less sections, either via prose or examples
&gt; ?
&gt; 
&gt; Additionally, is it still a no-go to recommend aria-label as an alternative
&gt; to headings in sections ?
&gt; 
&gt; [1] https://twitter.com/rdeltour/status/314739301676113920
&gt; [2] http://lists.w3.org/Archives/Public/public-html/2013Mar/0143.html

Hi Romain, could you point to some examples of epub docs that make use of section? and related advice in epub on its use? It would be useful to get a better understanding of how it is used.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94738</commentid>
    <comment_count>14</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-15 09:16:20 +0000</bug_when>
    <thetext>(In reply to Romain Deltour from comment #9)
&gt; Although I appreciate that a &quot;should&quot; may have a positive impact on
&gt; sectionarrhea, I confirm Jukka&apos;s stand that heading-less sections are
&gt; heavily used in digital publishing (e.g. EPUB) – as I already commented last
&gt; March on twitter [1], reported by Robin [2].
&gt; 
&gt; Would it make sense to reduce the confusion by explicitly mentioning
&gt; legitimate use cases for heading-less sections, either via prose or examples
&gt; ?
&gt; 
&gt; Additionally, is it still a no-go to recommend aria-label as an alternative
&gt; to headings in sections ?
&gt; 
&gt; [1] https://twitter.com/rdeltour/status/314739301676113920
&gt; [2] http://lists.w3.org/Archives/Public/public-html/2013Mar/0143.html


the ePub accessibility guide contains good advice on section http://www.idpf.org/accessibility/guidelines/content/about.php, lets look at how we can incorporate a reference to it to clarify requirements around use of hx</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94746</commentid>
    <comment_count>15</comment_count>
    <who name="github bugzilla bot">sideshowbarker+gitzilla</who>
    <bug_when>2013-10-15 11:15:38 +0000</bug_when>
    <thetext>Commit pushed to master at https://github.com/w3c/html

https://github.com/w3c/html/commit/91960c6f0eeb4386cb0a1c4b83c7feda16b6783e
tweaked section definition

see discussion on bug 23490</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94747</commentid>
    <comment_count>16</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-15 11:19:01 +0000</bug_when>
    <thetext>(In reply to github bugzilla bot from comment #15)
&gt; Commit pushed to master at https://github.com/w3c/html
&gt; 
&gt; https://github.com/w3c/html/commit/91960c6f0eeb4386cb0a1c4b83c7feda16b6783e
&gt; tweaked section definition
&gt; 
&gt; see discussion on bug 23490

I have tweaked it so the SHOULD refers to the identification of the theme of the section rather than should be a heading, this brings it into line with the ePub accessibility recommendations on sections http://www.idpf.org/accessibility/guidelines/content/xhtml/sections.php</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94748</commentid>
    <comment_count>17</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-15 11:24:04 +0000</bug_when>
    <thetext>(In reply to Jukka K. Korpela from comment #3)
&gt; This is a wrong fix to a non-problem. It has no practical impact except that
&gt; it may confuse authors. One of the few reasons to use section elements is
&gt; that they provide a way to divide a document into thematic parts even when
&gt; some or no parts has a heading. Moreover, the characterization “briefly
&gt; describes the content of the section” reflects a very one-sided view on the
&gt; roles of a heading.
&gt; 
&gt; For example, a novel can be divided into section elements, and they can have
&gt; headings, often just numbering headings like “Chapter 1”. There is no reason
&gt; to tell people not to use such headings, especially if they are just
&gt; converting an existing work into HTML format. And a chapter of a novel could
&gt; meaningfully be divided into sections without headings – parts that describe
&gt; different courses of events, visually separated e.g. by a blank line.
&gt; 
&gt; Note that the descriptions of h1–h6 do not say that headings describe the
&gt; content of sections. They are just, well, headings. This is OK. There are
&gt; many kinds of headings, and their nature is a matter of presentation style
&gt; and depends on the genre – it’s not adequate to restrict headings to brief
&gt; descriptions of content.

Jukka, I have removed the offending words and have reworked the definition</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94749</commentid>
    <comment_count>18</comment_count>
    <who name="github bugzilla bot">sideshowbarker+gitzilla</who>
    <bug_when>2013-10-15 11:36:45 +0000</bug_when>
    <thetext>Commit pushed to master at https://github.com/w3c/html

https://github.com/w3c/html/commit/55c67c05f21eed81d985f7a26e9ea3b46fe915a5
changed child to descendant

see bug 23490</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94759</commentid>
    <comment_count>19</comment_count>
    <who name="Romain Deltour">rdeltour</who>
    <bug_when>2013-10-15 13:07:48 +0000</bug_when>
    <thetext>Probably nitpicking, but if a section has a sub-section with a heading, it complies with the &quot;descendant heading&quot; recommendation but the top-level section is still &quot;unidentified&quot;.

Also, I w/b in favor of explicitly mentioning aria-label as an alternative way to identify the &quot;theme&quot; of the section.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>94761</commentid>
    <comment_count>20</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-10-15 13:10:37 +0000</bug_when>
    <thetext>(In reply to Romain Deltour from comment #19)
&gt; Probably nitpicking, but if a section has a sub-section with a heading, it
&gt; complies with the &quot;descendant heading&quot; recommendation but the top-level
&gt; section is still &quot;unidentified&quot;.
&gt; 
&gt; Also, I w/b in favor of explicitly mentioning aria-label as an alternative
&gt; way to identify the &quot;theme&quot; of the section.

thanks Romain, not nit picking it needs to be further clarified. I will also add a note and example about use of aria-label.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97022</commentid>
    <comment_count>21</comment_count>
    <who name="Willem-Siebe Spoelstra">info</who>
    <bug_when>2013-12-03 09:15:49 +0000</bug_when>
    <thetext>(In reply to steve faulkner from comment #20)
&gt; (In reply to Romain Deltour from comment #19)
&gt; &gt; Probably nitpicking, but if a section has a sub-section with a heading, it
&gt; &gt; complies with the &quot;descendant heading&quot; recommendation but the top-level
&gt; &gt; section is still &quot;unidentified&quot;.
&gt; &gt; 
&gt; &gt; Also, I w/b in favor of explicitly mentioning aria-label as an alternative
&gt; &gt; way to identify the &quot;theme&quot; of the section.
&gt; 
&gt; thanks Romain, not nit picking it needs to be further clarified. I will also
&gt; add a note and example about use of aria-label.

So, if I understand it correctly, we agree on the fact that not always the use of a heading is appropriate for a section. 

However, we only must use a section when we want it to be a part of the HTML outline, even is the section is unnamed.

In this bug (https://www.w3.org/Bugs/Public/show_bug.cgi?id=23545) I find a discussion about screenreaders that should skip a section if it does not have an accessible name.

So, my conclusion is, that when I use a section with no heading, for example for grouping a bunch of logo&apos;s, which I still want to be part of the HTML outline, I can use ARIA-label to provide this section with an accessible name so screenreaders won&apos;t skip this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97028</commentid>
    <comment_count>22</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-12-03 11:07:33 +0000</bug_when>
    <thetext>(In reply to Willem-Siebe Spoelstra from comment #21)

&gt; However, we only must use a section when we want it to be a part of the HTML
&gt; outline, even is the section is unnamed.

correct 
&gt; 
&gt; In this bug (https://www.w3.org/Bugs/Public/show_bug.cgi?id=23545) I find a
&gt; discussion about screenreaders that should skip a section if it does not
&gt; have an accessible name.

correct, I have added advice to the spec on that:

&quot;Note:It is strongly recommended that user agents such as screen readers only convey the presence of, and provide navigation for section elements, when the section element has an accessible name.&quot; 
http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-implicit-aria-semantics
&gt; 
&gt; So, my conclusion is, that when I use a section with no heading, for example
&gt; for grouping a bunch of logo&apos;s, which I still want to be part of the HTML
&gt; outline, I can use ARIA-label to provide this section with an accessible
&gt; name so screenreaders won&apos;t skip this.

yes, that is the intended outcome.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97029</commentid>
    <comment_count>23</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-12-03 11:26:35 +0000</bug_when>
    <thetext>(In reply to Willem-Siebe Spoelstra from comment #21)
note the current behaviour of announcing a region is onl present in one screen reader (JAWS - the most popular one) also note that the outline algorithm is not supported by any browser or AT, also see http://blog.paciellogroup.com/2013/10/html5-document-outline/ in regards to outline algorithm support.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98606</commentid>
    <comment_count>24</comment_count>
    <who name="github bugzilla bot">sideshowbarker+gitzilla</who>
    <bug_when>2014-01-16 15:11:25 +0000</bug_when>
    <thetext>Commits pushed to CR at https://github.com/w3c/html

https://github.com/w3c/html/commit/423ee2376ce2e0ab6ee7d9c9631cf07c77da57de
authors should provide a &lt;hx&gt; for a section

https://github.com/w3c/html/commit/91960c6f0eeb4386cb0a1c4b83c7feda16b6783e
tweaked section definition

https://github.com/w3c/html/commit/55c67c05f21eed81d985f7a26e9ea3b46fe915a5
changed child to descendant</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>