diff --git a/source b/source index 032b461427c..cc9fe0e19a8 100644 --- a/source +++ b/source @@ -539,7 +539,7 @@ HTML 3.2, which was completed in 1997. HTML4 quickly followed later that same year.
The following year, the W3C membership decided to stop evolving HTML and instead begin work on - an XML-based equivalent, called XHTML. This + an XML-based equivalent, called XHTML. This effort started with a reformulation of HTML4 in XML, known as XHTML 1.0, which added no new features except the new serialisation, and which was completed in 2000. After XHTML 1.0, the W3C's focus turned to making it easier for other working groups to extend XHTML, under the banner of @@ -2108,7 +2108,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d (implicitly as defined above) the HTML namespace.
Attribute names are said to be XML-compatible if they match the Name
production defined in XML
+ href="https://www.w3.org/TR/xml/#NT-Name">Name
production defined in XML
and they contain no U+003A COLON characters (:).
The term XML MIME type is used to refer to the MIME @@ -2653,7 +2653,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d the XML specification.
This specification also references the <?xml-stylesheet?>
+ data-x-href="https://www.w3.org/TR/xml-stylesheet/#the-xml-stylesheet-processing-instruction"><?xml-stylesheet?>
processing instruction, defined in the Associating Style Sheets with XML documents
specification.
DOMHighResTimeStamp
typedef and the Performance
object's now()
method.
+ data-x-href="https://www.w3.org/TR/hr-time/#dom-performance-now">now() method.
+
@@ -3719,16 +3719,16 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
First, remove this paragraph:
-+-@@ -6103,7 +6103,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d colour corresponding to that keyword.A QName in the node test is expanded - into an expanded-name +
A QName in the node test is expanded + into an expanded-name using the namespace declarations from the expression context. This is the same way expansion is done for element type names in start and end-tags except that the default namespace declared with
xmlns
is not used: if the QName does not have a prefix, then the + href="https://www.w3.org/TR/REC-xml-names#NT-QName">QName does not have a prefix, then the namespace URI is null (this is the same way attribute names are expanded). It is an error if the - QName has a prefix for which there is + QName has a prefix for which there is no namespace declaration in the expression context.CSS2 System + href="https://www.w3.org/TR/css3-color/#css2-system">CSS2 System Colors are not recognised.
@@ -14322,19 +14322,19 @@ Space is not the only void </hgroup> <dl> <dt>This version:</dt> - <dd><a href="http://www.w3.org/TR/2004/WD-SVG12-20041027/">http://www.w3.org/TR/2004/WD-SVG12-20041027/</a></dd> + <dd><a href="https://www.w3.org/TR/2004/WD-SVG12-20041027/">https://www.w3.org/TR/2004/WD-SVG12-20041027/</a></dd> <dt>Previous version:</dt> - <dd><a href="http://www.w3.org/TR/2004/WD-SVG12-20040510/">http://www.w3.org/TR/2004/WD-SVG12-20040510/</a></dd> + <dd><a href="https://www.w3.org/TR/2004/WD-SVG12-20040510/">https://www.w3.org/TR/2004/WD-SVG12-20040510/</a></dd> <dt>Latest version of SVG 1.2:</dt> - <dd><a href="http://www.w3.org/TR/SVG12/">http://www.w3.org/TR/SVG12/</a></dd> + <dd><a href="https://www.w3.org/TR/SVG12/">https://www.w3.org/TR/SVG12/</a></dd> <dt>Latest SVG Recommendation:</dt> - <dd><a href="http://www.w3.org/TR/SVG/">http://www.w3.org/TR/SVG/</a></dd> + <dd><a href="https://www.w3.org/TR/SVG/">https://www.w3.org/TR/SVG/</a></dd> <dt>Editor:</dt> <dd>Dean Jackson, W3C, <a href="mailto:dean@w3.org">dean@w3.org</a></dd> <dt>Authors:</dt> <dd>See <a href="#authors">Author List</a></dd> </dl> - <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notic ... + <p class="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notic ... </header> @@ -17871,7 +17871,7 @@ longer</q>. I disagreed with him.</p> explicit citation outside:<p>The W3C page <cite>About W3C</cite> says the W3C's -mission is <q cite="http://www.w3.org/Consortium/">To lead the +mission is <q cite="https://www.w3.org/Consortium/">To lead the World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web</q>. I disagree with this mission.</p>@@ -18148,7 +18148,7 @@ this specification: the <abbr>WHATWG</abbr> and the rendering of the HTMLruby
element. It is hoped that CSS will be extended to support the styles described below in due course. - +@@ -18219,7 +18219,7 @@ this specification: the <abbr>WHATWG</abbr> and the
For more details on Jukugo Ruby rendering, see + href="https://www.w3.org/TR/jlreq/#positioning_of_jukugoruby">Jukugo Ruby rendering, see Appendix F in the Requirements for Japanese Text Layout.
@@ -26513,7 +26513,7 @@ href="?audio">audio</a> test instead.)</p>Due to restrictions of the XHTML syntax, in XML the U+003C LESS-THAN SIGN character (<) needs to be escaped as well. In order to prevent attribute-value normalization, some of XML's + href="https://www.w3.org/TR/xml/#AVNormalize">attribute-value normalization, some of XML's whitespace characters — specifically U+0009 CHARACTER TABULATION (tab), U+000A LINE FEED (LF), and U+000D CARRIAGE RETURN (CR) — also need to be escaped.
@@ -37163,7 +37163,7 @@ dictionary TrackEventInit : EventInit { data-x="math:mo">mo,mn
,ms
, andmtext
) are descendants of HTML elements, they may contain phrasing content elements from the HTML namespace. - +@@ -44916,17 +44916,17 @@ interface HTMLFormElement : HTMLElement {<input type="url" name="location" list="urls"> <datalist id="urls"> <option label="MIME: Format of Internet Message Bodies" value="https://tools.ietf.org/html/rfc2045"> - <option label="HTML 4.01 Specification" value="http://www.w3.org/TR/html4/"> - <option label="Form Controls" value="http://www.w3.org/TR/xforms/slice8.html#ui-commonelems-hint"> - <option label="Scalable Vector Graphics (SVG) 1.1 Specification" value="http://www.w3.org/TR/SVG/"> - <option label="Feature Sets - SVG 1.1 - 20030114" value="http://www.w3.org/TR/SVG/feature.html"> + <option label="HTML 4.01 Specification" value="https://www.w3.org/TR/html4/"> + <option label="Form Controls" value="https://www.w3.org/TR/xforms/slice8.html#ui-commonelems-hint"> + <option label="Scalable Vector Graphics (SVG) 1.1 Specification" value="https://www.w3.org/TR/SVG/"> + <option label="Feature Sets - SVG 1.1 - 20030114" value="https://www.w3.org/TR/SVG/feature.html"> <option label="The Single UNIX Specification, Version 3" value="http://www.unix-systems.org/version3/"> </datalist>...and the user had typed "www.w3", and the user agent had also found that the user - had visited
http://www.w3.org/Consortium/#membership
andhttp://www.w3.org/TR/XForms/
in the recent past, then the rendering might look + had visitedhttps://www.w3.org/Consortium/#membership
andhttps://www.w3.org/TR/XForms/
in the recent past, then the rendering might look like this:@@ -53832,13 +53832,13 @@ MIT Room 32-G524
" url
"Home page or other Web page corresponding to the company, person, address, or contact information in the other fields associated with this field Valid URL - http://www.w3.org/People/Berners-Lee/ + https://www.w3.org/People/Berners-Lee/ URL " photo
"Photograph, icon, or other image corresponding to the company, person, address, or contact information in the other fields associated with this field Valid URL - http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg + https://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg URL @@ -58772,7 +58772,7 @@ dictionary RelatedEventInit : EventInit { When an element's 'position' property computes to 'absolute-anchored', the 'float' property does not apply and must compute to 'none', the 'display' property must compute to a value as described by - the table in the section of CSS + the table in the section of CSS 2.1 describing the relationships between 'display', 'position', and 'float', and the element's box must be positioned using the rules for absolute positioning but with its static position set such that if the box is positioned in its static position, its anchor point @@ -106377,7 +106377,7 @@ document.body.appendChild(text);
Increment the parser's script nesting level by one. Set the parser pause flag to true.
-Process the +
@@ -107489,7 +107489,7 @@ document.body.appendChild(text);Process the
@@ -107409,7 +107409,7 @@ document.body.appendChild(text); If we want to add character references, Almorca suggests: > I would add &sub1; (character U+2081), &sub2; (character U+2082) and &sub3; (character U+2083). > They would are the equivalent to ¹, ², and ³. - See also: http://www.w3.org/2003/entities/ + See also: https://www.w3.org/2003/entities/ --> @@ -107448,7 +107448,7 @@ document.body.appendChild(text);script
element according to the SVG rules, if the user agent supports SVG.According to the XML specification, XML processors are not guaranteed to process the external DTD subset referenced in the DOCTYPE. This means, for example, that using entity references for characters in XHTML documents + href="https://www.w3.org/TR/xml/#dt-entref">entity references
for characters in XHTML documents is unsafe if they are defined in an external file (except for<
,>
,&
,"
and'
).This specification provides the following additional information that user agents should use when retrieving an external entity: the public identifiers given in the following list all correspond to the URL given by this link. (This - URL is a DTD containing the entity + URL is a DTD containing the entity declarations for the names listed in the named character references section.)
@@ -107589,11 +107589,11 @@ document.body.appendChild(text); exception.
For
Document
s, the algorithm must return a string in the form of a document entity, if none of the error cases + href="https://www.w3.org/TR/xml/#sec-well-formed">document entity, if none of the error cases below apply.For
Element
s, the algorithm must return a string in the form of an internal general parsed entity, if none of the + href="https://www.w3.org/TR/xml/#wf-entities">internal general parsed entity, if none of the error cases below apply.In both cases, the string returned must be XML namespace-well-formed and must be an isomorphic @@ -112146,7 +112146,7 @@ if (s = prompt('What is your name?')) {
IANA considerations
- +@@ -117394,7 +117394,7 @@ INSERT INTERFACES HERE
text/html
- Accessible Rich Internet Applications (WAI-ARIA), J. Diggs, J. Craig, S. McCarron, M. Cooper. W3C.
- [ARIAIMPL]
-- WAI-ARIA User Agent Implementation Guide, A. Snow-Weaver, M. Cooper. W3C.
+- WAI-ARIA User Agent Implementation Guide, A. Snow-Weaver, M. Cooper. W3C.
- [ARIACAAM]
- Core Accessibility API Mappings 1.1, J. Scheuhammer, M. Cooper. W3C.
@@ -117403,7 +117403,7 @@ INSERT INTERFACES HERE- ARIA in HTML, S. Faulkner. W3C.
- [ATAG]
-- (Non-normative) Authoring Tool Accessibility Guidelines (ATAG) 2.0, J. Richards, J. Spellman, J. Treviranus. W3C.
+- (Non-normative) Authoring Tool Accessibility Guidelines (ATAG) 2.0, J. Richards, J. Spellman, J. Treviranus. W3C.
- [ATOM]
- (Non-normative) The Atom Syndication Format, M. Nottingham, R. Sayre. IETF.
@@ -117412,7 +117412,7 @@ INSERT INTERFACES HERE- Tags for Identifying Languages; Matching of Language Tags, A. Phillips, M. Davis. IETF.
- [BECSS]
-- Behavioral Extensions to CSS, I. Hickson. W3C.
+- Behavioral Extensions to CSS, I. Hickson. W3C.
- [BEZIER]
- Courbes à poles, P. de Casteljau. INPI, 1959.
@@ -117427,7 +117427,7 @@ INSERT INTERFACES HERE- (Non-normative) UTR #26: Compatibility Encoding Scheme For UTF-16: 8-BIT (CESU-8), T. Phipps. Unicode Consortium.
- [CHARMOD]
-- (Non-normative) Character Model for the World Wide Web 1.0: Fundamentals, M. Dürst, F. Yergeau, R. Ishida, M. Wolf, T. Texin. W3C.
+- (Non-normative) Character Model for the World Wide Web 1.0: Fundamentals, M. Dürst, F. Yergeau, R. Ishida, M. Wolf, T. Texin. W3C.
- [CLDR]
- Unicode Common Locale Data Repository. Unicode.
@@ -117562,7 +117562,7 @@ INSERT INTERFACES HERE- Geometry Interfaces Module. S. Pieters, D. Schulze, R. Cabanier. W3C.
- [GIF]
-- (Non-normative) Graphics Interchange Format. CompuServe.
+- (Non-normative) Graphics Interchange Format. CompuServe.
- [GRAPHICS]
- (Non-normative) Computer Graphics: Principles and Practice in C, Second Edition, J. Foley, A. van Dam, S. Feiner, J. Hughes. Addison-Wesley. ISBN 0-201-84840-6.
@@ -117587,7 +117587,7 @@ INSERT INTERFACES HERE- [HRT]
- High Resolution Time, I. Grigorik, J. Simonsen, J. Mann. W3C.
- +- [HSTS]
- HSTS, J. Hodges, C. Jackson, A. Barth. IETF.
@@ -117631,10 +117631,10 @@ INSERT INTERFACES HERE- (Non-normative) ISO8601: Data elements and interchange formats — Information interchange — Representation of dates and times. ISO.
- [JLREQ]
-- Requirements for Japanese Text Layout. W3C.
+- Requirements for Japanese Text Layout. W3C.
- [JPEG]
-- JPEG File Interchange Format, E. Hamilton.
+- JPEG File Interchange Format, E. Hamilton.
- [JSON]
- The JavaScript Object Notation (JSON) Data Interchange Format, T. Bray. IETF.
@@ -117643,10 +117643,10 @@ INSERT INTERFACES HERE- (Non-normative) The 'mailto' URI scheme, M. Duerst, L. Masinter, J. Zawinski. IETF.
- [MATHML]
-- Mathematical Markup Language (MathML), D. Carlisle, P. Ion, R. Miner, N. Poppelier. W3C.
+- Mathematical Markup Language (MathML), D. Carlisle, P. Ion, R. Miner, N. Poppelier. W3C.
- [MEDIAFRAG]
-- Media Fragments URI, R. Troncy, E. Mannens, S. Pfeiffer, D. Van Deursen. W3C.
+- Media Fragments URI, R. Troncy, E. Mannens, S. Pfeiffer, D. Van Deursen. W3C.
- [MEDIASOURCE]
- Media Source Extensions, A. Colwell, A. Bateman, M. Watson. W3C.
@@ -117699,7 +117699,7 @@ INSERT INTERFACES HERE- Pingback 1.0, S. Langridge, I. Hickson.
- [PNG]
-- Portable Network Graphics (PNG) Specification, D. Duce. W3C.
+- Portable Network Graphics (PNG) Specification, D. Duce. W3C.
- [POINTERLOCK]
- Pointer Lock, V. Scheib. W3C.
@@ -117879,7 +117879,7 @@ INSERT INTERFACES HERE- (Non-normative) Time Zone Database. IANA.
- [UAAG]
-- (Non-normative) User Agent Accessibility Guidelines (UAAG) 2.0, J. Allan, K. Ford, J. Richards, J. Spellman. W3C.
+- (Non-normative) User Agent Accessibility Guidelines (UAAG) 2.0, J. Allan, K. Ford, J. Richards, J. Spellman. W3C.
- [UCA]
- UTR #10: Unicode Collation Algorithm, M. Davis, K. Whistler. Unicode Consortium.
@@ -117903,13 +117903,13 @@ INSERT INTERFACES HERE- (Non-normative) UTF-7: A Mail-Safe Transformation Format of Unicode, D. Goldsmith, M. Davis. IETF.
- [UTF8DET]
-- (Non-normative) Multilingual form encoding, M. Dürst. W3C.
+- (Non-normative) Multilingual form encoding, M. Dürst. W3C.
- [UTR36]
- (Non-normative) UTR #36: Unicode Security Considerations, M. Davis, M. Suignard. Unicode Consortium.
- [WCAG]
-- (Non-normative) Web Content Accessibility Guidelines (WCAG) 2.0, B. Caldwell, M. Cooper, L. Reid, G. Vanderheiden. W3C.
+- (Non-normative) Web Content Accessibility Guidelines (WCAG) 2.0, B. Caldwell, M. Cooper, L. Reid, G. Vanderheiden. W3C.
- [WEBGL]
- WebGL Specification, D. Jackson. Khronos Group.
@@ -117972,31 +117972,31 @@ INSERT INTERFACES HEREXMLHttpRequest
, A. van Kesteren. WHATWG.- [XHTML1]
-- XHTML(TM) 1.0 The Extensible HyperText Markup Language (Second Edition). W3C.
+- XHTML(TM) 1.0 The Extensible HyperText Markup Language (Second Edition). W3C.
- [XHTMLMOD]
-- Modularization of XHTML(TM), M. Altheim, F. Boumphrey, S. Dooley, S. McCarron, S. Schnitzenbaumer, T. Wugofski. W3C.
+- Modularization of XHTML(TM), M. Altheim, F. Boumphrey, S. Dooley, S. McCarron, S. Schnitzenbaumer, T. Wugofski. W3C.
- [XKCD1288]
- (Non-normative) Substitutions, Randall Munroe. xkcd.
- [XML]
-- Extensible Markup Language, T. Bray, J. Paoli, C. Sperberg-McQueen, E. Maler, F. Yergeau. W3C.
+- Extensible Markup Language, T. Bray, J. Paoli, C. Sperberg-McQueen, E. Maler, F. Yergeau. W3C.
- [XMLENTITY]
-- (Non-normative) XML Entity Definitions for Characters, D. Carlisle, P. Ion. W3C.
+- (Non-normative) XML Entity Definitions for Characters, D. Carlisle, P. Ion. W3C.
- [XMLNS]
-- Namespaces in XML, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C.
+- Namespaces in XML, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C.
- [XMLSSPI]
-- Associating Style Sheets with XML documents, J. Clark, S. Pieters, H. Thompson. W3C.
+- Associating Style Sheets with XML documents, J. Clark, S. Pieters, H. Thompson. W3C.
- [XPATH10]
-- XML Path Language (XPath) Version 1.0, J. Clark, S. DeRose. W3C.
+- XML Path Language (XPath) Version 1.0, J. Clark, S. DeRose. W3C.
- [XSLT10]
-- (Non-normative) XSL Transformations (XSLT) Version 1.0, J. Clark. W3C.
+- (Non-normative) XSL Transformations (XSLT) Version 1.0, J. Clark. W3C.