workers; hixie: try adding registration templates to the spec (whatwg r5273)

workers; hixie: try adding registration templates to the spec (whatwg
r5273)

http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.261&r2=1.262&f=h
http://html5.org/tools/web-apps-tracker?from=5272&to=5273

===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- Overview.html 10 Aug 2010 01:16:28 -0000 1.261
+++ Overview.html 10 Aug 2010 21:11:24 -0000 1.262
@@ -112,6 +112,8 @@
    .bookkeeping:before { display: block; content: 'Bookkeeping details'; font-weight: bolder; font-style: italic; }
    .bookkeeping { font-size: 0.8em; margin: 2em 0; }
    .bookkeeping p { margin: 0.5em 2em; display: list-item; list-style: square; }
+   .bookkeeping dt { margin: 0.5em 2em 0; }
+   .bookkeeping dd { margin: 0 3em 0.5em; }
 
    h4 { position: relative; z-index: 3; }
    h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }

Received on Tuesday, 10 August 2010 21:12:09 UTC