]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html5/html5.factor
xml: fix namespaces to be http
[factor.git] / extra / html5 / html5.factor
index 839a2c97575852c5c1a477d1c1f0a2c053c487df..c97944ca40fd5124198d1804fc102c470835b986 100644 (file)
@@ -14,12 +14,12 @@ IN: html5
 ! https://html.spec.whatwg.org/multipage/parsing.html#tokenization
 
 ! https://infra.spec.whatwg.org/#namespaces
-CONSTANT: html-namespace "https://www.w3.org/1999/xhtml"
-CONSTANT: mathml-namespace "https://www.w3.org/1998/Math/MathML"
-CONSTANT: svg-namespace "https://www.w3.org/2000/svg"
-CONSTANT: xlink-namespace "https://www.w3.org/1999/xlink"
-CONSTANT: xml-namespace "https://www.w3.org/XML/1998/namespace"
-CONSTANT: xmlns-namespace "https://www.w3.org/2000/xmlns/"
+CONSTANT: html-namespace "http://www.w3.org/1999/xhtml"
+CONSTANT: mathml-namespace "http://www.w3.org/1998/Math/MathML"
+CONSTANT: svg-namespace "http://www.w3.org/2000/svg"
+CONSTANT: xlink-namespace "http://www.w3.org/1999/xlink"
+CONSTANT: xml-namespace "http://www.w3.org/XML/1998/namespace"
+CONSTANT: xmlns-namespace "http://www.w3.org/2000/xmlns/"
 
 DEFER: data-state
 DEFER: (data-state)