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

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

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

===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- Overview.html 10 Aug 2010 01:30:31 -0000 1.143
+++ Overview.html 10 Aug 2010 21:11:08 -0000 1.144
@@ -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:02 UTC