add HTML5 doctype to all tests
authorDan Vanderkam <dan@dygraphs.com>
Mon, 21 Mar 2011 15:12:44 +0000 (11:12 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Mon, 21 Mar 2011 15:12:44 +0000 (11:12 -0400)
68 files changed:
tests/annotation-gviz.html
tests/annotation.html
tests/avoidMinZero.html
tests/border.html
tests/callback.html
tests/century-scale.html
tests/color-visibility.html
tests/connect-separated.html
tests/crosshair.html
tests/csv-numeric-x.html
tests/custom-bars.html
tests/customLabel.html
tests/dateWindow.html
tests/daylight-savings.html
tests/demo.html
tests/draw-points.html
tests/dygraph-many-points-benchmark.html
tests/dygraph.html
tests/dynamic-update.html
tests/fillGraph.html
tests/fractions.html
tests/grid_dot.html
tests/gviz-infinity.html
tests/gviz-selection.html
tests/gviz.html
tests/highlighted-region.html
tests/hourly.html
tests/independent-series.html
tests/interaction.html
tests/isolated-points.html
tests/label-div.html
tests/labelsKMB.html
tests/layout-options.html
tests/linear-regression-addseries.html
tests/linear-regression-fractions.html
tests/linear-regression.html
tests/link-interaction.html
tests/logscale.html
tests/missing-data.html
tests/native-format.html
tests/negative.html
tests/no-range.html
tests/no-visibility.html
tests/noise.html
tests/number-format.html
tests/numeric-axis.html
tests/numeric-gviz.html
tests/out-of-order.html
tests/per-series.html
tests/perf.html
tests/plotter.html
tests/resize.html
tests/reverse-y-axis.html
tests/significant-figures.html
tests/small-range-zero.html
tests/spacing.html
tests/stacked.html
tests/steps.html
tests/stock.html
tests/synchronize.html
tests/two-axes.html
tests/two-series.html
tests/underlay-callback.html
tests/visibility.html
tests/x-axis-formatter.html
tests/y-axis-formatter.html
tests/zero-series.html
tests/zoom.html

index 6f722ed..c65d935 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <!--[if IE]>
index 361c1cf..15eba1a 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>demo</title>
index e52d6c7..81b916a 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dygraph</title>
index 5bfa44f..dbe8174 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>gadget border</title>
index 3a14ff3..81d5d45 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>callbacks</title>
index 74737ac..0884b16 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>demo</title>
index 6822433..76f7c52 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>color visibility</title>
index b02ea4f..3c38362 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>connect separated</title>
index 3d27897..c444686 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>crosshairs</title>
index 29d5781..9790e3b 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>CSV with numeric X series</title>
index c44345b..bf8f1e9 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>custom bars</title>
index dcbaf2e..e3c2e20 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Label styles</title>
index 82c41a9..73860d0 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dateWindow</title>
index 68c30b1..77e386c 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Daylight Savings</title>
index c13c2ad..7fedf3f 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>demo</title>
index e2aadc2..5a95fbb 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>individual points</title>
index 3abdeb1..42f1b6b 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Benchmarking for Plots with Many Points</title>
index 3779958..81c47e6 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dygraph</title>
index 16cc321..00049a8 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Live random data</title>
index 60aabe0..6ef2640 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>fillGraph</title>
index b8ae090..0e8d6f6 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Fractions</title>
index ca5cef2..08e7efa 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Custom grid and Dot</title>
index 9361a97..12644d6 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>gviz</title>
index d99ff4d..884ba83 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>gviz selection</title>
index c51b0d7..adf66ae 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>gviz</title>
index 7852753..093cc8a 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Highlighted Region</title>
index 92496e7..eb88153 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>hourly</title>
index 543f51f..fd2618f 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Independent Series</title>
index 17911a4..adfc805 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>interaction model</title>
index 99cd7ce..303233d 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>isolated points</title>
index 7408acc..bcf7ae9 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>label-div</title>
index 005e8ef..71d3232 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>labelsKMB</title>
index 3e85aad..6973c33 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Layout Options</title>
index 3fd3a85..9a20fe8 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Linear Regression</title>
index 6ccc94e..2f6e57d 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Linear Regression</title>
index eb27f90..bc629a0 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Linear Regression</title>
index 1c90a73..b1523b4 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>noise</title>
index 4dc09a2..1bac064 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>log scale</title>
index 9463509..def8dd5 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>missing data</title>
index 9222d32..03320f5 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Native Format</title>
index 0a341dc..0b96e23 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>negatives</title>
index a6ea030..215b451 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>no range</title>
index 5fcfd5b..8ec2cf4 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>no-visibility</title>
index 7a666bf..e50bf9e 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>noise</title>
index a23c305..cb94c5c 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Test of number formatting</title>
index 57352ee..c95eec3 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>numeric axis</title>
index 585b07d..4067d11 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>numeric gviz</title>
index a82db87..38f4da4 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>out of order</title>
index 6a164ef..145a56f 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Per-Series Properties</title>
index c8086f1..7a8d522 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>perf</title>
index 70f3d84..985048b 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dygraphs Equation Plotter</title>
index 7903ff7..7475b2d 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>resize the window</title>
index 3a5240d..3e134d7 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>reverse y-axis</title>
index 0364b34..9a18a35 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>significant figures</title>
index 39aa58b..069a136 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>no range</title>
index a3e1fde..3172e48 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>spacing</title>
index 2899c4c..8040e9a 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>stacked</title>
index 9b7aef0..f59828f 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>dygraph</title>
index 164cc0b..3b4916f 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Stock chart</title>
index 143b8d1..65dfc51 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>synchronize</title>
index 1afd13b..d81e10c 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Multiple y-axes</title>
index 54e52ef..ae0380a 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>two series</title>
index 762ed49..d077e2f 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>Custom underlay callback</title>
index 743aa0d..ee19d72 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>visibility</title>
index 29cdd82..f4bfa36 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>X Axis Label Formatting</title>
index 3853559..0316bc2 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
     <head>
         <title>dygraph</title>
index 18366c9..bb6c3b7 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>zero series</title>
index ad0bc9d..e76494e 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
   <head>
     <title>zoom</title>