You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/10/06 14:36:13 UTC

svn commit: r1179596 - in /incubator/wookie/trunk: scratchpad/widgets/accessibility_controls/ scratchpad/widgets/blitz/ scratchpad/widgets/jquery/ scratchpad/widgets/osapitest/ scratchpad/widgets/vtt/ scratchpad/widgets/warp/ scratchpad/widgets/whiteli...

Author: psharples
Date: Thu Oct  6 12:36:12 2011
New Revision: 1179596

URL: http://svn.apache.org/viewvc?rev=1179596&view=rev
Log:
Changed DOCTYPE to be first line in the file.  IE can sometimes go into quirks mode otherwise.

Modified:
    incubator/wookie/trunk/scratchpad/widgets/accessibility_controls/index.html
    incubator/wookie/trunk/scratchpad/widgets/blitz/index.html
    incubator/wookie/trunk/scratchpad/widgets/jquery/index.html
    incubator/wookie/trunk/scratchpad/widgets/osapitest/index.html
    incubator/wookie/trunk/scratchpad/widgets/vtt/index.html
    incubator/wookie/trunk/scratchpad/widgets/warp/index.html
    incubator/wookie/trunk/scratchpad/widgets/whitelist/index.html
    incubator/wookie/trunk/widgets/butterfly/index.html
    incubator/wookie/trunk/widgets/freeder/index.html
    incubator/wookie/trunk/widgets/geo/index.html
    incubator/wookie/trunk/widgets/sharedraw/index.html
    incubator/wookie/trunk/widgets/sudoku/sudoku.html
    incubator/wookie/trunk/widgets/test/index.htm
    incubator/wookie/trunk/widgets/todo/index.html
    incubator/wookie/trunk/widgets/widget-template/basic/index.html
    incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html
    incubator/wookie/trunk/widgets/widget-template/s5/index.html
    incubator/wookie/trunk/widgets/widget-template/settings/index.html
    incubator/wookie/trunk/widgets/widget-template/wave/index.html
    incubator/wookie/trunk/widgets/wookiewiki/index.html

Modified: incubator/wookie/trunk/scratchpad/widgets/accessibility_controls/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/accessibility_controls/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/accessibility_controls/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/accessibility_controls/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/scratchpad/widgets/blitz/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/blitz/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/blitz/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/blitz/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

Modified: incubator/wookie/trunk/scratchpad/widgets/jquery/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/jquery/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/jquery/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/jquery/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/scratchpad/widgets/osapitest/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/osapitest/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/osapitest/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/osapitest/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/scratchpad/widgets/vtt/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/vtt/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/vtt/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/vtt/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html> 
 <html>
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/scratchpad/widgets/warp/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/warp/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/warp/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/warp/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -13,8 +14,7 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
--->
-<!DOCTYPE html> 
+--> 
 <html>
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/scratchpad/widgets/whitelist/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/widgets/whitelist/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/scratchpad/widgets/whitelist/index.html (original)
+++ incubator/wookie/trunk/scratchpad/widgets/whitelist/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html> 
 <html>
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/widgets/butterfly/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/butterfly/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/butterfly/index.html (original)
+++ incubator/wookie/trunk/widgets/butterfly/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8">

Modified: incubator/wookie/trunk/widgets/freeder/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/freeder/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/freeder/index.html (original)
+++ incubator/wookie/trunk/widgets/freeder/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -13,8 +14,7 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
--->
-<!DOCTYPE html> 
+--> 
 <html>
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/widgets/geo/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/geo/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/geo/index.html (original)
+++ incubator/wookie/trunk/widgets/geo/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html>
 <head>
   <!--[if IE]><script>window.location = "error/unsupported.html"</script><![endif]-->

Modified: incubator/wookie/trunk/widgets/sharedraw/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sharedraw/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sharedraw/index.html (original)
+++ incubator/wookie/trunk/widgets/sharedraw/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8">

Modified: incubator/wookie/trunk/widgets/sudoku/sudoku.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/sudoku/sudoku.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/sudoku/sudoku.html (original)
+++ incubator/wookie/trunk/widgets/sudoku/sudoku.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html>
 <head>
 <link rel="stylesheet" type="text/css" href="style.css" />

Modified: incubator/wookie/trunk/widgets/test/index.htm
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/test/index.htm?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/test/index.htm (original)
+++ incubator/wookie/trunk/widgets/test/index.htm Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html>
 	<head>
 		<link rel="stylesheet" href="styles.css" type="text/css" />

Modified: incubator/wookie/trunk/widgets/todo/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/todo/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/todo/index.html (original)
+++ incubator/wookie/trunk/widgets/todo/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html>
     <head>
     	<script type="text/javascript" src="json2.js"></script>

Modified: incubator/wookie/trunk/widgets/widget-template/basic/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/basic/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/basic/index.html (original)
+++ incubator/wookie/trunk/widgets/widget-template/basic/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html (original)
+++ incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html> 
 <html>
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/widgets/widget-template/s5/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/s5/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/s5/index.html (original)
+++ incubator/wookie/trunk/widgets/widget-template/s5/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,9 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 <head>

Modified: incubator/wookie/trunk/widgets/widget-template/settings/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/settings/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/settings/index.html (original)
+++ incubator/wookie/trunk/widgets/widget-template/settings/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/widgets/widget-template/wave/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/wave/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/wave/index.html (original)
+++ incubator/wookie/trunk/widgets/widget-template/wave/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head>
         <meta http-equiv="pragma" content="no-cache"/>

Modified: incubator/wookie/trunk/widgets/wookiewiki/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/wookiewiki/index.html?rev=1179596&r1=1179595&r2=1179596&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/wookiewiki/index.html (original)
+++ incubator/wookie/trunk/widgets/wookiewiki/index.html Thu Oct  6 12:36:12 2011
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE html>
 <html>
 <head>
 <script type='text/javascript' src="creole.js"></script>