<?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>21919</bug_id>
          
          <creation_ts>2013-05-03 15:07:33 +0000</creation_ts>
          <short_desc>[editorial]: fix heading code</short_desc>
          <delta_ts>2013-06-28 06:18:21 +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>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>robin</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>87214</commentid>
    <comment_count>0</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-05-03 15:07:33 +0000</bug_when>
    <thetext>&quot;HTML 5.1 Nightly
A vocabulary and associated APIs for HTML and XHTML
Editor&apos;s Draft 3 May 2013&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87238</commentid>
    <comment_count>1</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-05-04 09:29:34 +0000</bug_when>
    <thetext>worked out the new code: 

&lt;header&gt;&lt;div class=&quot;head&quot; id=&quot;head&quot;&gt;
   &lt;p&gt;&lt;a href=&quot;http://www.w3.org/&quot;&gt;&lt;img alt=&quot;W3C&quot; src=&quot;w3c_home.png&quot; height=&quot;48&quot; width=&quot;72&quot;&gt;&lt;/a&gt;&lt;/p&gt;
   &lt;h1&gt;HTML 5.1 Nightly&lt;/h1&gt;
   &lt;p id=&quot;a-vocabulary-and-associated-apis-for-html-and-xhtml&quot; class=&quot;subline&quot;&gt;A vocabulary and associated APIs for HTML and XHTML&lt;/p&gt;
   &lt;p class=&quot;subline&quot; id=&quot;editor&apos;s-draft-date-1-january-1970&quot;&gt;Editor&apos;s Draft 7 April 2013&lt;/p&gt;
   &lt;/div&gt;
   &lt;/header&gt;

have added the required css:
https://github.com/w3c/html/commit/c54307df663280572d55c921421088dab2a1cabd to boilerplate

need to talk to robin about date addition magic before commting html code.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87318</commentid>
    <comment_count>2</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-05-07 10:45:11 +0000</bug_when>
    <thetext>&gt; need to talk to robin about date addition magic before commting html code.

Here goes:

&lt;!--PUB-Y--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;W3C &lt;!--INSERT LONGSTATUS--&gt; &lt;!--INSERT LONGDAY--&gt; &lt;!--INSERT YEAR--&gt;&lt;/h2&gt;
&lt;!--PUB-N--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;Editor&apos;s Draft [DATE 1 January 1970]&lt;/h2&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87319</commentid>
    <comment_count>3</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-05-07 10:52:28 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; &gt; need to talk to robin about date addition magic before commting html code.
&gt; 
&gt; Here goes:
&gt; 
&gt; &lt;!--PUB-Y--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;W3C &lt;!--INSERT LONGSTATUS--&gt;
&gt; &lt;!--INSERT LONGDAY--&gt; &lt;!--INSERT YEAR--&gt;&lt;/h2&gt;
&gt; &lt;!--PUB-N--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;Editor&apos;s Draft [DATE 1 January
&gt; 1970]&lt;/h2&gt;

Ok so, if i change the above to

&gt; &lt;!--PUB-Y--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;W3C &lt;!--INSERT LONGSTATUS--&gt;
&gt; &lt;!--INSERT LONGDAY--&gt; &lt;!--INSERT YEAR--&gt;&lt;/h2&gt;
&gt; &lt;!--PUB-N--&gt;   &lt;p class=&quot;no-num no-toc&quot;&gt;Editor&apos;s Draft [DATE 1 January
&gt; 1970]&lt;/p&gt;

it will work? I am only changing the editors draft at the moment as we need to get pubrules brought into the 21st century...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87330</commentid>
    <comment_count>4</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-05-07 14:33:26 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; &gt; need to talk to robin about date addition magic before commting html code.
&gt; &gt; 
&gt; &gt; Here goes:
&gt; &gt; 
&gt; &gt; &lt;!--PUB-Y--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;W3C &lt;!--INSERT LONGSTATUS--&gt;
&gt; &gt; &lt;!--INSERT LONGDAY--&gt; &lt;!--INSERT YEAR--&gt;&lt;/h2&gt;
&gt; &gt; &lt;!--PUB-N--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;Editor&apos;s Draft [DATE 1 January
&gt; &gt; 1970]&lt;/h2&gt;
&gt; 
&gt; Ok so, if i change the above to
&gt; 
&gt; &gt; &lt;!--PUB-Y--&gt;   &lt;h2 class=&quot;no-num no-toc&quot;&gt;W3C &lt;!--INSERT LONGSTATUS--&gt;
&gt; &gt; &lt;!--INSERT LONGDAY--&gt; &lt;!--INSERT YEAR--&gt;&lt;/h2&gt;
&gt; &gt; &lt;!--PUB-N--&gt;   &lt;p class=&quot;no-num no-toc&quot;&gt;Editor&apos;s Draft [DATE 1 January
&gt; &gt; 1970]&lt;/p&gt;
&gt; 
&gt; it will work?

Yeah, you can use &lt;zorglub&gt; or even interpolate inside LaTeX for all the processor cares.

&gt; I am only changing the editors draft at the moment as we need
&gt; to get pubrules brought into the 21st century...

Have fun with that one :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>89991</commentid>
    <comment_count>5</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-06-28 06:18:21 +0000</bug_when>
    <thetext>--- Comment #6 from steve faulkner &lt;faulkner.steve@gmail.com&gt; ---
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: fixed
Change Description: modified heading code 
Rationale: reflect best practice</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>