<?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>10635</bug_id>
          
          <creation_ts>2010-09-15 09:29:05 +0000</creation_ts>
          <short_desc>I could be reading the spec wrong, but are the default flow behaviors for these elements undefined? Will an article be rendered as a block-level element, or have no effect on flow at all? I&apos;ve found several top-teir web-dev ref sites which all have differ</short_desc>
          <delta_ts>2010-10-04 14:31:17 +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>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#the-article-element</bug_file_loc>
          <status_whiteboard>http://www.scriblink.com/index.jsp?act=phome&amp;ld=1&amp;rid=4817&amp;cid=6301</status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>hober0</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>wyrdnexus</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>39035</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-09-15 09:29:05 +0000</bug_when>
    <thetext>Section: http://www.whatwg.org/specs/web-apps/current-work/#the-article-element

Comment:
I could be reading the spec wrong, but are the default flow behaviors for
these elements undefined? Will an article be rendered as a block-level
element, or have no effect on flow at all? I&apos;ve found several top-teir web-dev
ref sites which all have differing interpretations on the issue.

Posted from: 67.170.162.148</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>39268</commentid>
    <comment_count>1</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2010-09-24 09:12:57 +0000</bug_when>
    <thetext>*** Bug 10636 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>39879</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-09-29 07:08:02 +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: Did Not Understand Request
Change Description: no spec change
Rationale: I don&apos;t understand. Do you mean what are the rendering rules? The mapping to CSS is listed in the Rendering section. Or do you mean what is the content model? That&apos;s listed in the element definitions. Or something else?

I&apos;m not sure what &quot;flow behaviours&quot; are.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>39983</commentid>
    <comment_count>3</comment_count>
    <who name="Tony">wyrdnexus</who>
    <bug_when>2010-09-29 17:12:58 +0000</bug_when>
    <thetext>My apologies for not being clear.

&quot;flow control&quot; refers to an element&apos;s affect on content before and after it. a SPAN tag by default has no affect on flow. H1, DIV, LI, BR, and similar tags DO affect flow. Currently the ARTICLE, and similar elements, behavior is undefined. I believe that such tags should be block-level elements, i.e: affect flow control by applying the box model to the content, effectively making these elements behave like DIV or H tags. However, it could be just as valuable to make the default behavior be one similar to span tags. My point is that is is NOT DEFINED ANYWHERE in the spec. I looked for hours.

While it would be easy to override the initial behavior with CSS, the default behavior should still be defined.

Perhaps this is an issue which should be moved to the RENDERING section.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>39985</commentid>
    <comment_count>4</comment_count>
    <who name="Edward O&apos;Connor">hober0</who>
    <bug_when>2010-09-29 17:46:33 +0000</bug_when>
    <thetext>I believe this is already adequately addressed in the spec. An element in the category of Phrasing content (cite, say) doesn&apos;t affect flow; an element not in the Phrasing content category (div, say) does.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>40135</commentid>
    <comment_count>5</comment_count>
    <who name="Tony">wyrdnexus</who>
    <bug_when>2010-09-30 10:29:14 +0000</bug_when>
    <thetext>Thank you. The behavior is somewhat defined in the &quot;Content Models&quot; Section. Specifically regarding &quot;Phrasing Content&quot; with respect to the definition of the term &quot;paragraphs.&quot; However, the behavior of &quot;Flow Content&quot; is not clearly defined, but only infered by the definition of &quot;Phrasing Content.&quot;

Specifically, &quot;Phrasing Content,&quot; is defined only as &quot;runs of phrasing content form paragraphs.&quot; A summary of the Paragraphs definition is, &quot;uninterrupted runs of phrasing content (and text) will be considered a &apos;paragraph.&apos;&quot; While I can ASSUME that means that all (almost all) phrasing content essentially acts like pure text: not creating any (like pure text) carriage returns. By extension I can INFER based on that ASSUMPTION that &quot;Flow Content&quot; does have such an affect. Unfortunately, I still don&apos;t see where it is clearly defined.

This is much closer to what I was hoping for, but still seems like it needs a more clear definition.

For anyone out there who happens by this report, read through here:
http://www.whatwg.org/specs/web-apps/current-work/multipage/content-models.html

The closest answer I have gleaned so far is an inference that flow-control objects (like article) WILL break-up phrasing-content (like pure-text, span, and a).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>40236</commentid>
    <comment_count>6</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-09-30 18:31:11 +0000</bug_when>
    <thetext>It sounds like what you describe as &quot;flow control&quot; is rendering rules, and those are described in detail in the rendering section. Does that address your concern? (Rendering rules have nothing to do with the content models, though. The content models are only about what is allowed where.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>40508</commentid>
    <comment_count>7</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-10-03 00:40:34 +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: Did Not Understand Request
Change Description: no spec change
Rationale: see comment 6</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>40520</commentid>
    <comment_count>8</comment_count>
    <who name="Tony">wyrdnexus</who>
    <bug_when>2010-10-03 20:29:15 +0000</bug_when>
    <thetext>That&apos;s the first place I looked. It is kindof defined there. But the whole flow-control section is entirely ambiguous. This probably is an issue for there instead of here.

Marked as resolved.

However, intentionally creating ambiguous rendering guidelines is NOT a good idea in my opinion.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>