summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-10-25 08:48:44 +0000
committerville <ville@localhost>2009-10-25 08:48:44 +0000
commitf9b4485c2e218a5d754c7dad5252e805c982f2ed (patch)
tree53518330b35e53c70dff290ceb3a49c09fe51748
parent7559f357355d9eab40ef058a1202023ce20bb201 (diff)
downloadmarkup-validator-f9b4485c2e218a5d754c7dad5252e805c982f2ed.zip
markup-validator-f9b4485c2e218a5d754c7dad5252e805c982f2ed.tar.gz
markup-validator-f9b4485c2e218a5d754c7dad5252e805c982f2ed.tar.bz2
Comment formatting, NFC.
-rw-r--r--htdocs/config/types.conf83
1 files changed, 57 insertions, 26 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index 0499fad..ccb521f 100644
--- a/htdocs/config/types.conf
+++ b/htdocs/config/types.conf
@@ -1,7 +1,7 @@
#
# Main Document Type Database for the W3C Markup Validation Service.
#
-# $Id: types.conf,v 1.54 2009-10-25 08:36:54 ville Exp $
+# $Id: types.conf,v 1.55 2009-10-25 08:48:44 ville Exp $
#
# Maintains all information for each of the document types we support.
# See 'perldoc Config::General' for the syntax, and be aware that the
@@ -271,7 +271,8 @@
Name = html
Display = HTML5
Info URL = http://www.w3.org/TR/html5/
- PubID = HTML5 # Fake, special case in the code
+ # Fake, special case in the code
+ PubID = HTML5
Parse Mode = HTML5
<Types>
Allowed = text/html application/xhtml+xml
@@ -286,7 +287,8 @@
PubID = -//W3C//DTD XHTML 1.0 Strict//EN
SysID = http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative
+ # Per http://www.w3.org/TR/xhtml1/#normative
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/xml text/xml
@@ -310,7 +312,8 @@
PubID = -//W3C//DTD XHTML 1.0 Transitional//EN
SysID = http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative
+ # Per http://www.w3.org/TR/xhtml1/#normative
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/xml text/xml
@@ -334,7 +337,8 @@
PubID = -//W3C//DTD XHTML 1.0 Frameset//EN
SysID = http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 1 # per http://www.w3.org/TR/xhtml1/#normative
+ # Per http://www.w3.org/TR/xhtml1/#normative
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/xml text/xml
@@ -358,7 +362,9 @@
PubID = -//W3C//DTD XHTML Basic 1.0//EN
SysID = http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 0 # per http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/#s2.1 it is unclear whether the namespace is fixed, or required
+ # Per http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/#s2.1 it is
+ # unclear whether the namespace is fixed, or required
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/xml text/xml
@@ -382,7 +388,9 @@
PubID = -//W3C//DTD XHTML Basic 1.1//EN
SysID = http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 0 # per http://www.w3.org/TR/xhtml-basic/#s2.1 it is unclear whether the namespace is fixed, or required
+ # Per http://www.w3.org/TR/xhtml-basic/#s2.1 it is unclear whether the
+ # namespace is fixed, or required
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/xml text/xml
@@ -397,7 +405,8 @@
PubID = -//WAPFORUM//DTD XHTML Mobile 1.0//EN
SysID = http://www.wapforum.org/DTD/xhtml-mobile10.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
+ # It is unclear whether the namespace is fixed, or required
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/vnd.wap.xhtml+xml
@@ -412,7 +421,8 @@
PubID = -//WAPFORUM//DTD XHTML Mobile 1.1//EN
SysID = http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
+ # It is unclear whether the namespace is fixed, or required
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/vnd.wap.xhtml+xml
@@ -427,7 +437,8 @@
PubID = -//WAPFORUM//DTD XHTML Mobile 1.2//EN
SysID = http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
+ # It is unclear whether the namespace is fixed, or required
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/vnd.wap.xhtml+xml
@@ -443,7 +454,9 @@
PubID = -//W3C//DTD XHTML-Print 1.0//EN
SysID = http://www.w3.org/MarkUp/DTD/xhtml-print10.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 0 # per http://www.w3.org/TR/xhtml-print/#s2.1 it is unclear whether the namespace is fixed, or required
+ # Per http://www.w3.org/TR/xhtml-print/#s2.1 it is unclear whether the
+ # namespace is fixed, or required
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/xml text/xml
@@ -467,7 +480,8 @@
PubID = -//W3C//DTD XHTML 1.1//EN
SysID = http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 1 # per http://www.w3.org/TR/xhtml11/conformance.html#s_conform
+ # Per http://www.w3.org/TR/xhtml11/conformance.html#s_conform
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = text/html application/xhtml+xml application/xml text/xml
@@ -540,7 +554,8 @@
PubID = -//W3C//DTD MathML 2.0//EN
SysID = http://www.w3.org/Math/DTD/mathml2/mathml2.dtd
Namespace = http://www.w3.org/1998/Math/MathML
- Namespace Required = 0 # unclear per http://www.w3.org/TR/MathML2/chapter7.html#interf.namespace
+ # Unclear per http://www.w3.org/TR/MathML2/chapter7.html#interf.namespace
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = application/mathml+xml
@@ -564,7 +579,8 @@
PubID = -//W3C//DTD XHTML 1.1 plus MathML 2.0//EN
SysID = http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd
Namespace = http://www.w3.org/1999/xhtml
- Namespace Required = 0 # unclear per http://www.w3.org/TR/MathML2/chapter7.html#interf.namespace
+ # Unclear per http://www.w3.org/TR/MathML2/chapter7.html#interf.namespace
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = application/xhtml+xml application/xml text/xml
@@ -579,7 +595,8 @@
PubID = -//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN
SysID = http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd
Namespace = http://www.w3.org/1999/xhtml
- # unsure about this one. Usually xhtml-hosted languages are required to use ns, but nothing to that effect in the spec...
+ # Unsure about this one. Usually xhtml-hosted languages are required to use
+ # ns, but nothing to that effect in the spec...
Namespace Required = 0
Parse Mode = XML
<Types>
@@ -621,8 +638,10 @@
PubID = -//W3C//DTD SVG 1.0//EN
SysID = http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd
Namespace = http://www.w3.org/2000/svg
- # per http://www.w3.org/TR/2001/REC-SVG-20010904/struct.html#NewDocumentOverview
- # An xmlns attribute without a namespace prefix *could* be specified on an 'svg' element
+ # Per
+ # http://www.w3.org/TR/2001/REC-SVG-20010904/struct.html#NewDocumentOverview
+ # An xmlns attribute without a namespace prefix *could* be specified on an
+ # 'svg' element
Namespace Required = 0
Parse Mode = XML
<Types>
@@ -647,8 +666,10 @@
PubID = -//W3C//DTD SVG 1.1//EN
SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd
Namespace = http://www.w3.org/2000/svg
- # per http://www.w3.org/TR/2003/REC-SVG11-20030114/struct.html#NewDocumentOverview
- # An xmlns attribute without a namespace prefix *could* be specified on an 'svg' element
+ # Per
+ # http://www.w3.org/TR/2003/REC-SVG11-20030114/struct.html#NewDocumentOverview
+ # An xmlns attribute without a namespace prefix *could* be specified on an
+ # 'svg' element
Namespace Required = 0
Parse Mode = XML
<Types>
@@ -674,7 +695,9 @@
PubID = -//W3C//DTD SVG 1.1 Tiny//EN
SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd
Namespace = http://www.w3.org/2000/svg
- Namespace Required = 0 # no mention in http://www.w3.org/TR/2003/REC-SVGMobile-20030114/#sec-structure
+ # No mention in
+ # http://www.w3.org/TR/2003/REC-SVGMobile-20030114/#sec-structure
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = image/svg+xml
@@ -699,7 +722,9 @@
PubID = -//W3C//DTD SVG 1.1 Basic//EN
SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd
Namespace = http://www.w3.org/2000/svg
- Namespace Required = 0 # no mention in http://www.w3.org/TR/2003/REC-SVGMobile-20030114/#sec-structure
+ # No mention in
+ # http://www.w3.org/TR/2003/REC-SVGMobile-20030114/#sec-structure
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = image/svg+xml
@@ -714,7 +739,8 @@
PubID = -//W3C//DTD SMIL 1.0//EN
SysID = http://www.w3.org/TR/REC-smil/SMIL10.dtd
Namespace = http://www.w3.org/TR/REC-smil
- Namespace Required = 0 # apparently not, per http://www.w3.org/TR/REC-smil/#smil
+ # Apparently not, per http://www.w3.org/TR/REC-smil/#smil
+ Namespace Required = 0
Parse Mode = XML
<Types>
Allowed = application/smil+xml application/smil
@@ -729,7 +755,8 @@
PubID = -//W3C//DTD SMIL 2.0//EN
SysID = http://www.w3.org/2001/SMIL20/SMIL20.dtd
Namespace = http://www.w3.org/2001/SMIL20/Language
- Namespace Required = 1 # yes, per http://www.w3.org/TR/2005/REC-SMIL2-20050107/smil20-profile.html#SMILProfileNS-ConformingDocuments
+ # Per http://www.w3.org/TR/2005/REC-SMIL2-20050107/smil20-profile.html#SMILProfileNS-ConformingDocuments
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = application/smil+xml application/smil
@@ -744,7 +771,8 @@
PubID = -//W3C//DTD SMIL 2.1//EN
SysID = http://www.w3.org/2005/SMIL21/SMIL21.dtd
Namespace = http://www.w3.org/2005/SMIL21/Language
- Namespace Required = 1 # yes, per http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil21-profile.html#SMILProfileNS-ConformingDocuments
+ # Per http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil21-profile.html#SMILProfileNS-ConformingDocuments
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = application/smil+xml application/smil
@@ -759,7 +787,9 @@
PubID = -//W3C//DTD SMIL 2.1 Mobile//EN
SysID = http://www.w3.org/2005/SMIL21/SMIL21Mobile.dtd
Namespace = http://www.w3.org/2005/SMIL21/Mobile
- Namespace Required = 1 # yes, per http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil21-mobile-profile.html#q6
+ # Per
+ # http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil21-mobile-profile.html#q6
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = application/smil+xml application/smil
@@ -774,7 +804,8 @@
PubID = -//W3C//DTD SMIL 2.1 Extended Mobile//EN
SysID = http://www.w3.org/2005/SMIL21/SMIL21ExtendedMobile.dtd
Namespace = http://www.w3.org/2005/SMIL21/ExtendedMobile
- Namespace Required = 1 # yes, per http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil21-extended-mobile-profile.html#q5
+ # Per http://www.w3.org/TR/2005/REC-SMIL2-20051213/smil21-extended-mobile-profile.html#q5
+ Namespace Required = 1
Parse Mode = XML
<Types>
Allowed = application/smil+xml application/smil