<?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>12492</bug_id>
          
          <creation_ts>2011-04-14 13:57:36 +0000</creation_ts>
          <short_desc>In the article element definition, the nested article exemple should use &lt;ol&gt;</short_desc>
          <delta_ts>2011-08-04 05:06:51 +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>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Olivier Gendrin">olivier.gendrin</reporter>
          <assigned_to>contributor</assigned_to>
          <cc>eoconnor</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>webmaster</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>47433</commentid>
    <comment_count>0</comment_count>
    <who name="Olivier Gendrin">olivier.gendrin</who>
    <bug_when>2011-04-14 13:57:36 +0000</bug_when>
    <thetext>In the examples for &quot;4.4.4 The article element&quot;, the nested example uses comments in a blog.

The code for the comments should use &lt;ol&gt;&lt;li&gt; as comments are an ordered list of reactions.

 &lt;section&gt;
  &lt;h1&gt;Comments&lt;/h1&gt;
   &lt;ol&gt;
    &lt;li&gt;
     &lt;article&gt;
      &lt;footer&gt;
       &lt;p&gt;Posted by: George Washington&lt;/p&gt;
       &lt;p&gt;&lt;time pubdate datetime=&quot;2009-10-10T19:10-08:00&quot;&gt;&lt;/time&gt;&lt;/p&gt;
      &lt;/footer&gt;
      &lt;p&gt;Yeah! Especially when talking about your lobbyist friends!&lt;/p&gt;
     &lt;/article&gt;
   &lt;/li&gt;
   &lt;li&gt;
     &lt;article&gt;
      &lt;footer&gt;
       &lt;p&gt;Posted by: George Hammond&lt;/p&gt;
       &lt;p&gt;&lt;time pubdate datetime=&quot;2009-10-10T19:15-08:00&quot;&gt;&lt;/time&gt;&lt;/p&gt;
      &lt;/footer&gt;
      &lt;p&gt;Hey, you have the same first name as me.&lt;/p&gt;
     &lt;/article&gt;
   &lt;/li&gt;
  &lt;/ol&gt;
 &lt;/section&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47449</commentid>
    <comment_count>1</comment_count>
    <who name="Edward O&apos;Connor">eoconnor</who>
    <bug_when>2011-04-14 15:37:12 +0000</bug_when>
    <thetext>&lt;ol&gt; isn&apos;t the only source of ordering semantics in markupdocument order is itself semantic. (You can&apos;t reorder the &lt;p&gt; elements in an article without destroying meaning, and the same goes for comments.) So it&apos;s not correct to say that comments must be marked up in an &lt;ol&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47451</commentid>
    <comment_count>2</comment_count>
    <who name="Olivier Gendrin">olivier.gendrin</who>
    <bug_when>2011-04-14 16:34:08 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; &lt;ol&gt; isn&apos;t the only source of ordering semantics in markupdocument order is
&gt; itself semantic. (You can&apos;t reorder the &lt;p&gt; elements in an article without
&gt; destroying meaning, and the same goes for comments.)

So why bother with &lt;ol&gt; ? IMHO, &lt;ol&gt; indicates a strong importance to the content order, &lt;p&gt; indicates a weak importance, and &lt;ul&gt; indicated no importance at all (I can remove some &lt;p&gt; in articles without loosing too much data/ideas -- that is what is done when resuming a book in school, I can&apos;t remove an item into a &lt;ol&gt; without changing the result).

And in the case of comments, order is very important.

&gt; So it&apos;s not correct to say that comments must be marked up in an &lt;ol&gt;.

I did not write &quot;must&quot; but &quot;should&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47461</commentid>
    <comment_count>3</comment_count>
    <who name="Lars Gunther">webmaster</who>
    <bug_when>2011-04-14 23:42:51 +0000</bug_when>
    <thetext>Using ol for items this long does not solve any real problem.

It will probably confuse users of screen reading software that will hear &quot;list item&quot; and then a complete comment.

It will introduce problems with CSS, since not everyone is using CSS resets.

It will make the markup more bloated.

In short: No benefit and lots of trouble.

And the source order by itself carries enough meaning. The list element is not supposed to arbitrarily say &quot;for this the order is really, really important&quot;.

And since people nowadays seem to abuse lists almost as much as the abused tables a few years ago, this would be encouraging the wrong kind of behavior.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51162</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-07-15 21:36:18 +0000</bug_when>
    <thetext>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: Rejected
Change Description: no spec change
Rationale: see comment 1 and comment 2. Comments aren&apos;t a list.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53118</commentid>
    <comment_count>5</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:06:51 +0000</bug_when>
    <thetext>mass-moved component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>