Revision: 3882
Author: mikesamuel
Date: Tue Dec 1 11:02:38 2009
Log: Make defaults in overrides html4-attributes.json consistent with
overridden entries
http://codereview.appspot.com/164054
See the overridden version in html4-attributes.json
[email protected]
http://code.google.com/p/google-caja/source/detail?r=3882
Modified:
/trunk/src/com/google/caja/lang/html/html4-attributes.json
=======================================
--- /trunk/src/com/google/caja/lang/html/html4-attributes.json Wed Aug 26
15:09:10 2009
+++ /trunk/src/com/google/caja/lang/html/html4-attributes.json Tue Dec 1
11:02:38 2009
@@ -47,12 +47,14 @@
{
"key": "SCRIPT::TYPE",
"description": "content type of script language",
- "optional": true, "pattern": "text/javascript(;.*)?"
+ "optional": true, "pattern": "text/javascript(;.*)?",
+ "default": "text/javascript"
},
{
"key": "STYLE::TYPE",
"description": "content type of a style language",
- "optional": true, "pattern": "text/css(;.*)?"
+ "optional": true, "pattern": "text/css(;.*)?",
+ "default": "text/css"
},
{
"key": "INPUT::TYPE",