mike: [specbuild] further attempt at getting the frag-ID redirect thing to work

mike: [specbuild] further attempt at getting the frag-ID redirect thing
to work

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2585&r2=1.2586&f=h

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2585
retrieving revision 1.2586
diff -u -d -r1.2585 -r1.2586
--- Overview.html 21 Jul 2009 08:02:14 -0000 1.2585
+++ Overview.html 22 Jul 2009 14:55:15 -0000 1.2586
@@ -169,7 +169,7 @@
    ul.domTree .t7 code, .domTree .t8 code { color: green; }
    ul.domTree .t10 code { color: teal; }
 
-  </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><!-- ZZZ ED vs WD --><div class="head">
+  </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><!-- ZZZ ED vs WD --><body onload="fixBrokenLink()"><div class="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile 22 Jul 2009 14:09:20 -0000 1.12
+++ Makefile 22 Jul 2009 14:55:15 -0000 1.13
@@ -38,6 +38,7 @@
    $(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)/' spec.html
    for file in $$(cat MANIFEST); \
      do $(PERL) $(PERLFLAGS) -pi -e 's|</nav>|</nav><p>This is revision $(REVISION)</p>\n|' $$file; done
+   $(PERL) $(PERLFLAGS) -pi -e 's|<div class="head">|<body onload="fixBrokenLink()"><div class="head">|' $<
 
 toc-status.html: annotations.xml spec.xml tocmix.xsl
  $(XSLTPROC) --novalid --output $@ \

Received on Wednesday, 22 July 2009 14:56:20 UTC