<?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>15152</bug_id>
          
          <creation_ts>2011-12-12 20:22:52 +0000</creation_ts>
          <short_desc>[Explainer]: select attribute on content element</short_desc>
          <delta_ts>2011-12-21 21:03:15 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>HISTORICAL - Component Model</component>
          <version>unspecified</version>
          <rep_platform>PC</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>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>14949</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Divya Manian">divya.manian</reporter>
          <assigned_to name="Dimitri Glazkov">dglazkov</assigned_to>
          
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>61460</commentid>
    <comment_count>0</comment_count>
    <who name="Divya Manian">divya.manian</who>
    <bug_when>2011-12-12 20:22:52 +0000</bug_when>
    <thetext>Again as the content attr and content element, while this is obviously impossible to confuse with select element, I think the word &apos;select&apos; seems to be vague and less obvious explanation of the action it invokes.

Perhaps &apos;use&apos;?  

Also, is my assumption that the generic content without a &apos;select&apos; attribute will render all content that has not previously rendered elsewhere with the &apos;select&apos; attribute? 

I also wonder if it is necessary to have a &apos;select&apos; attribute at all? Could we not use CSS region or any of the document flow agnostic layout features?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>61904</commentid>
    <comment_count>1</comment_count>
    <who name="Dimitri Glazkov">dglazkov</who>
    <bug_when>2011-12-21 21:03:15 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; Again as the content attr and content element, while this is obviously
&gt; impossible to confuse with select element, I think the word &apos;select&apos; seems to
&gt; be vague and less obvious explanation of the action it invokes.
&gt; 
&gt; Perhaps &apos;use&apos;? 

I am pretty happy with &quot;select&quot;, because it uses selector-based syntax. &quot;Use&quot; seems just a different color of the same bike shed :)

&gt; 
&gt; Also, is my assumption that the generic content without a &apos;select&apos; attribute
&gt; will render all content that has not previously rendered elsewhere with the
&gt; &apos;select&apos; attribute? 

Yep. It says so in the example:

&lt;div&gt;
    &lt;content select=&quot;h1.cool&quot;&gt;&lt;!-- all h1.cool children will
        appear here --&gt;&lt;/content&gt;
    &lt;div class=&quot;cool&quot;&gt;
        &lt;content select=&quot;.cool&quot;&gt;&lt;!-- all .cool children
            (except the ones that are h1.cool) appear here --&gt;&lt;/content&gt;
    &lt;/div&gt;
    &lt;div class=&quot;stuff&quot;&gt;
        &lt;content&gt;&lt;!-- all remaining children will
            appear here --&gt;&lt;/content&gt;
    &lt;/div&gt;
&lt;/div&gt;

&gt; 
&gt; I also wonder if it is necessary to have a &apos;select&apos; attribute at all? Could we
&gt; not use CSS region or any of the document flow agnostic layout features?

No, you really need a way to specify an insertion point in DOM. Once you&apos;ve got an insertion point, you also need to have more than one, and then you need a way to differentiate between them.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>