<?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>26933</bug_id>
          
          <creation_ts>2014-09-29 21:33:03 +0000</creation_ts>
          <short_desc>Adding role=&quot;region&quot; to list of allowable roles on an &quot;article&quot;, &quot;aside&quot; and &quot;address&quot; elements</short_desc>
          <delta_ts>2015-06-17 07:15:41 +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>All</rep_platform>
          <op_sys>All</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>
          <dependson>26931</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="steve faulkner">faulkner.steve</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>jongund</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-bugzilla</cc>
    
    <cc>public-html-wg-issue-tracking</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>112424</commentid>
    <comment_count>0</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2014-09-29 21:33:03 +0000</bug_when>
    <thetext>+++ This bug was initially created as a clone of Bug #26931 +++

Article, aside and address elements can be used in many different ways on web pages.   By allowing these elements to have a role=&quot;region&quot; they can be used to identify sub-sections within top level landmarks like role=main.

For example:

&lt;section role=&quot;main&quot;&gt;
  &lt;h1&gt;My New Paper&lt;/h1&gt;

  &lt;article role=&quot;region&quot; aria-labelledby=&quot;art1&quot;&gt;
    &lt;h2 id=&quot;art1&quot;&gt;My First Article&lt;/h2&gt;
    &lt;p&gt;para 1...&lt;/p&gt;
    &lt;p&gt;para 2...&lt;/p&gt;
  &lt;/article&gt;

  &lt;article role=&quot;region&quot; aria-labelledby=&quot;art2&quot;&gt;
    &lt;h2 id=&quot;art2&quot;&gt;My Second Article&lt;/h2&gt;
    &lt;p&gt;para 3...&lt;/p&gt;
    &lt;p&gt;para 4...&lt;/p&gt;
  &lt;/article&gt;

  &lt;article role=&quot;region&quot; aria-labelledby=&quot;art3&quot;&gt;
    &lt;h2 id=&quot;art3&quot;&gt;My Third Article&lt;/h2&gt;
    &lt;p&gt;para 5...&lt;/p&gt;
    &lt;p&gt;para 6...&lt;/p&gt;
  &lt;/article&gt;

  &lt;aside role=&quot;region&quot; aria-label=&quot;Today&apos;s weather&quot;&gt;
    &lt;div&gt; ... weather information ...&lt;/div&gt;
  &lt;aside&gt;

&lt;/section&gt;

&lt;footer role=&quot;complementary&quot;&gt;

  &lt;address role=&quot;region&quot; aria-label=&quot;My News Paper Contact information&quot;&gt;

  &lt;/address&gt;


&lt;/footer&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121184</commentid>
    <comment_count>1</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2015-06-17 07:15:41 +0000</bug_when>
    <thetext>see http://www.w3.org/TR/html-aria/</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>