This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21919 - [editorial]: fix heading code
Summary: [editorial]: fix heading code
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-03 15:07 UTC by steve faulkner
Modified: 2013-06-28 06:18 UTC (History)
4 users (show)

See Also:


Attachments

Description steve faulkner 2013-05-03 15:07:33 UTC
"HTML 5.1 Nightly
A vocabulary and associated APIs for HTML and XHTML
Editor's Draft 3 May 2013"
Comment 1 steve faulkner 2013-05-04 09:29:34 UTC
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.
Comment 2 Robin Berjon 2013-05-07 10:45:11 UTC
> 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>
Comment 3 steve faulkner 2013-05-07 10:52:28 UTC
(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...
Comment 4 Robin Berjon 2013-05-07 14:33:26 UTC
(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 5 steve faulkner 2013-06-28 06:18:21 UTC
--- 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