- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Apr 2010 09:06:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14244
Modified Files:
Makefile spec.html
Log Message:
Make IDL setters of enumerated attributes not throw an exception but instead pass invalid values through unmodified. (whatwg r4934)
[updated by splitter]
[updated by splitter]
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -d -r1.913 -r1.914
--- spec.html 1 Apr 2010 09:01:42 -0000 1.913
+++ spec.html 1 Apr 2010 09:06:13 -0000 1.914
@@ -309,7 +309,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>.
-This is revision 1.3956.
+This is revision 1.3957.
</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
Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile 1 Apr 2010 09:01:37 -0000 1.27
+++ Makefile 1 Apr 2010 09:06:13 -0000 1.28
@@ -37,8 +37,7 @@
echo $(REVISION)
MANIFEST: Overview.html
- $(PERL) $(PERLFLAGS) -pi -e 's/55[0-9][0-9][0-9]/32/g' $<
- $(PERL) $(PERLFLAGS) -pi -e 's/56[0-9][0-9][0-9]/32/g' $<
+ $(PERL) $(PERLFLAGS) -pi -e 's/5[5-6][0-9][0-9][0-9]/32/g' $<
$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
| $(TEE) $(TEEFLAGS) \
| $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \
Received on Thursday, 1 April 2010 09:06:20 UTC