- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 May 2012 20:45:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv5746
Modified Files:
Overview.html
Log Message:
Sad as it may be, CSS affects whether plugins are instantiated. (whatwg r7100)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -d -r1.217 -r1.218
--- Overview.html 8 May 2012 19:52:03 -0000 1.217
+++ Overview.html 8 May 2012 20:44:55 -0000 1.218
@@ -987,7 +987,7 @@
<li><p>If the <var title="">data</var> buffer is an empty string,
set the <var title="">data</var> buffer and the <var title="">event
- name</var> buffer to the empty string and abort these
+ type</var> buffer to the empty string and abort these
steps.</li>
<li><p>If the <var title="">data</var> buffer's last character is a
Received on Tuesday, 8 May 2012 20:45:09 UTC