diff --git a/images/content-venn.svg b/images/content-venn.svg index e7f40370e6d..d4b8075b68f 100644 --- a/images/content-venn.svg +++ b/images/content-venn.svg @@ -90,6 +90,7 @@
  • s
  • samp
  • script
  • +
  • search
  • section
  • select
  • slot
  • diff --git a/source b/source index 8e27d9ca023..013e9d42034 100644 --- a/source +++ b/source @@ -7510,6 +7510,7 @@ interface HTMLAllCollection { map, meta, object, + search, select, and textarea

    @@ -10979,6 +10980,7 @@ console.assert(image.height === 200);
  • s
  • samp
  • script
  • +
  • search
  • section
  • select
  • slot
  • @@ -11280,6 +11282,7 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
  • ruby
  • s
  • samp
  • +
  • search
  • section
  • select
  • small
  • @@ -81785,7 +81788,7 @@ dictionary WindowPostMessageOptions : StructuredSeri set;

  • the value of the name content attribute for all embed, - form, img, and object elements that + form, search, img, and object elements that have a non-empty name content attribute and are in a document tree with window's associated Document as their root; and

  • @@ -81838,7 +81841,7 @@ dictionary WindowPostMessageOptions : StructuredSeri Document whose name is name;

    -
  • embed, form, img, or +

  • embed, form, search, img, or object elements that have a name content attribute whose value is name and are in a document tree with window's associated Document as their @@ -106068,10 +106071,12 @@ dictionary StorageEventInit : EventInit {

    A p element's end tag may be omitted if the p element is immediately followed by an address, article, aside, blockquote, details, div, dl, - fieldset, figcaption, figure, footer, form, h1, h2, + fieldset, figcaption, figure, footer, + form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, main, menu, nav, - ol, p, pre, section, table, or + ol, p, pre, + search, section, table, or ul element, or if there is no more content in the parent element and the parent element is an HTML element that is not an a, audio, del, ins, map, noscript, @@ -108356,7 +108361,8 @@ dictionary StorageEventInit : EventInit { listing, main, marquee, menu, meta, nav, noembed, noframes, noscript, object, ol, p, param, - plaintext, pre, script, section, + plaintext, pre, script, + search, section, select, source, style, summary, table, tbody, td, template, textarea, tfoot, th, thead, @@ -116953,7 +116959,7 @@ html, body { display: block; }

    @namespace url(http://www.w3.org/1999/xhtml);
     
     address, blockquote, center, dialog, div, figure, figcaption, footer, form,
    -header, hr, legend, listing, main, p, plaintext, pre, xmp {
    +header, hr, legend, listing, main, p, plaintext, pre, search, xmp {
       display: block;
     }
     
    @@ -117232,8 +117238,8 @@ br[clear=all i], br[clear=both i] { clear: both; }
    address, blockquote, center, div, figure, figcaption, footer, form, header, hr, legend, listing, main, p, plaintext, pre, summary, xmp, article, aside, h1, h2, -h3, h4, h5, h6, hgroup, nav, section, table, caption, colgroup, col, thead, -tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, bdi, output, +h3, h4, h5, h6, hgroup, nav, section, search, table, caption, colgroup, col, +thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, bdi, output, [dir=ltr i], [dir=rtl i], [dir=auto i] { unicode-bidi: isolate; } @@ -117269,8 +117275,8 @@ input[dir=auto i]:is([type=search i], [type=tel i], [type=url i], address, blockquote, center, div, figure, figcaption, footer, form, header, hr, legend, listing, main, p, plaintext, pre, summary, xmp, article, aside, h1, h2, -h3, h4, h5, h6, hgroup, nav, section, table, caption, colgroup, col, thead, -tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, [dir=ltr i], +h3, h4, h5, h6, hgroup, nav, section, search, table, caption, colgroup, col, +thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, [dir=ltr i], [dir=rtl i], [dir=auto i], *|* { unicode-bidi: bidi-override; } @@ -123598,6 +123604,7 @@ interface External { s; samp; script; + search; section; select; slot; @@ -123889,6 +123896,7 @@ interface External { ruby; s; samp; + search; section; select; small;