diff --git a/images/asyncdefer.svg b/images/asyncdefer.svg
index 456fe78b4dd..91cc21e1bf6 100644
--- a/images/asyncdefer.svg
+++ b/images/asyncdefer.svg
@@ -1,5 +1,13 @@
diff --git a/images/sample-datalist.svg b/images/sample-datalist.svg
index 175a8b6b8cc..8aacace9a69 100644
--- a/images/sample-datalist.svg
+++ b/images/sample-datalist.svg
@@ -1,22 +1,34 @@
Living Standard — Last Updated [DATE: 01 Jan 1901] A rendered view of the outline might look like: Assume that the module graph for the application is as follows: Here we see the application developer has used The first four URLs in this sample consist of the four URLs in the author-specified list that
match the text the user has entered, sorted in some implementation-defined manner
@@ -51739,7 +51737,7 @@ ldh-str = < as defined in The page could also link in the user's contacts database from the site:HTML
modulepreload
to declare all of the modules in their module graph,
@@ -48665,7 +48663,7 @@ interface HTMLInputElement : HTMLElement {
data-x="">https://streams.spec.whatwg.org/ in the recent past, then the rendering might look
like this:
Then, typing "arrow" or "=>" would filter the list to the entries with labels "arrow function" and "async arrow function". Typing "generator" or @@ -61942,7 +61940,7 @@ interface HTMLScriptElement : HTMLElement {
This is all summarized in the following schematic diagram:
- +The exact processing details for these attributes are, for mostly historical reasons, somewhat non-trivial, involving a number of aspects of HTML. The implementation @@ -72862,7 +72860,7 @@ customElements.define("x-foo", class extends HTMLElement {
This is all summarized in the following schematic diagram:
- +To enqueue an element on the appropriate element queue, given an element element, run the following steps:
@@ -122124,7 +122122,7 @@ dictionary StorageEventInit : EventInit {The input to the HTML parsing process consists of a stream of code
points, which is passed through a tokenization stage followed by a tree
@@ -132134,6 +132132,13 @@ console.assert(container.firstChild instanceof SuperP);
text/html
resources are discussed in the section above entitled "The HTML
syntax".
Using the XML syntax is not recommended, for
+ reasons which include the fact that there is no specification which defines the rules for how an
+ XML parser must map a string of bytes or characters into a Document
object, as well
+ as the fact that the XML syntax is essentially unmaintained — in that, it’s not expected that any
+ further features will ever be added to the XML syntax (even when such features have been added to
+ the HTML syntax).
The 'overflow' property on the marquee
element is expected to be
- ignored; overflow is expected to always be hidden.