- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Jan 2011 04:46:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19357
Modified Files:
infrastructure.html spec.html
Log Message:
Add some suggestions for how to do experimental events with vendor prefixes (whatwg r5737)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -d -r1.1042 -r1.1043
--- infrastructure.html 1 Jan 2011 06:46:42 -0000 1.1042
+++ infrastructure.html 2 Jan 2011 04:46:55 -0000 1.1043
@@ -1111,6 +1111,19 @@
members should be prefixed by vendor-specific strings to prevent
clashes with future versions of this specification.</p>
+ <p>For events, experimental event names should be prefixed with
+ vendor-specific strings.</p>
+
+ <div class="example">
+
+ <p>For example, if a user agent called "Pleas<!--e h-->old" were to
+ add an event to indicate when the user is going up in an elevator,
+ it could use the prefix "<code title="">pleasold</code>" and thus
+ name the event "<code title="">pleasoldgoingup</code>", possibly
+ with an event handler attribute named "<code title="">onpleasoldgoingup</code>".</p>
+
+ </div>
+
<p>All extensions must be defined so that the use of extensions
neither contradicts nor causes the non-conformance of functionality
defined in the specification.</p> <!-- thanks to QA Framework -->
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1362
retrieving revision 1.1363
diff -u -d -r1.1362 -r1.1363
--- spec.html 1 Jan 2011 06:46:42 -0000 1.1362
+++ spec.html 2 Jan 2011 04:46:56 -0000 1.1363
@@ -388,7 +388,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4599.
+This is revision 1.4600.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Sunday, 2 January 2011 04:47:01 UTC