This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
"HTML 5.1 Nightly A vocabulary and associated APIs for HTML and XHTML Editor's Draft 3 May 2013"
worked out the new code: <header><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" src="w3c_home.png" height="48" width="72"></a></p> <h1>HTML 5.1 Nightly</h1> <p id="a-vocabulary-and-associated-apis-for-html-and-xhtml" class="subline">A vocabulary and associated APIs for HTML and XHTML</p> <p class="subline" id="editor's-draft-date-1-january-1970">Editor's Draft 7 April 2013</p> </div> </header> 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.
> need to talk to robin about date addition magic before commting html code. Here goes: <!--PUB-Y--> <h2 class="no-num no-toc">W3C <!--INSERT LONGSTATUS--> <!--INSERT LONGDAY--> <!--INSERT YEAR--></h2> <!--PUB-N--> <h2 class="no-num no-toc">Editor's Draft [DATE 1 January 1970]</h2>
(In reply to comment #2) > > need to talk to robin about date addition magic before commting html code. > > Here goes: > > <!--PUB-Y--> <h2 class="no-num no-toc">W3C <!--INSERT LONGSTATUS--> > <!--INSERT LONGDAY--> <!--INSERT YEAR--></h2> > <!--PUB-N--> <h2 class="no-num no-toc">Editor's Draft [DATE 1 January > 1970]</h2> Ok so, if i change the above to > <!--PUB-Y--> <h2 class="no-num no-toc">W3C <!--INSERT LONGSTATUS--> > <!--INSERT LONGDAY--> <!--INSERT YEAR--></h2> > <!--PUB-N--> <p class="no-num no-toc">Editor's Draft [DATE 1 January > 1970]</p> it will work? I am only changing the editors draft at the moment as we need to get pubrules brought into the 21st century...
(In reply to comment #3) > (In reply to comment #2) > > > need to talk to robin about date addition magic before commting html code. > > > > Here goes: > > > > <!--PUB-Y--> <h2 class="no-num no-toc">W3C <!--INSERT LONGSTATUS--> > > <!--INSERT LONGDAY--> <!--INSERT YEAR--></h2> > > <!--PUB-N--> <h2 class="no-num no-toc">Editor's Draft [DATE 1 January > > 1970]</h2> > > Ok so, if i change the above to > > > <!--PUB-Y--> <h2 class="no-num no-toc">W3C <!--INSERT LONGSTATUS--> > > <!--INSERT LONGDAY--> <!--INSERT YEAR--></h2> > > <!--PUB-N--> <p class="no-num no-toc">Editor's Draft [DATE 1 January > > 1970]</p> > > it will work? Yeah, you can use <zorglub> or even interpolate inside LaTeX for all the processor cares. > I am only changing the editors draft at the moment as we need > to get pubrules brought into the 21st century... Have fun with that one :)
--- Comment #6 from steve faulkner <faulkner.steve@gmail.com> --- EDITOR'S RESPONSE: This is an Editor'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