1. Audio element

    Method of playing sound on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`

  2. CSS element() function

    This function renders a live image generated from an arbitrary HTML element

  3. CSS Filter Effects

    Method of applying filter effects using the `filter` property to elements, matching filters available in SVG. Filter functions include blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, sepia and saturate.

  4. ::first-letter CSS pseudo-element selector

    CSS pseudo-element that allows styling only the first "letter" of text within an element. Useful for implementing initial caps or drop caps styling.

  5. Custom Elements (deprecated V0 spec)

    Original V0 version of the custom elements specification. See [Custom Elements V1](#feat=custom-elementsv1) for support for the latest version.

  6. Custom Elements (V1)

    One of the key features of the Web Components system, custom elements allow new HTML tags to be defined.

  7. Details & Summary elements

    The <details> element generates a simple no-JavaScript widget to show/hide element contents, optionally by clicking on its child <summary> element.

  8. Dialog element

    Method of easily creating custom dialog boxes to display to the user with modal or non-modal options. Also includes a `::backdrop` pseudo-element for behind the element.

  9. Element.closest()

    DOM method that returns the current element if it matches the given selector, or else the closest ancestor element that matches the given selector, or else null.

  10. document.elementFromPoint()

    Given coordinates for a point relative to the viewport, returns the element that a click event would be dispatched at if the user were to click the point (in other words, the element that hit-testing would find).

  11. Scroll methods on elements (scroll, scrollTo, scrollBy)

    Methods to change the scroll position of an element. Similar to setting `scrollTop` & `scrollLeft` properties, but also allows options to be passed to define the scroll behavior.

  12. disabled attribute of the fieldset element

    Allows disabling all of the form control descendants of a fieldset via a `disabled` attribute on the fieldset element itself.

  13. CSS Flexible Box Layout Module

    Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.

  14. Element.getBoundingClientRect()

    Method to get the size and position of an element's bounding box, relative to the viewport.

  15. Media Capture from DOM Elements API

    API to capture Real-Time video and audio from a DOM element, such as a `<video>`, `<audio>`, or `<canvas>` element via the `captureStream` method, in the form of a `MediaStream`

  16. Context menu item (menuitem element)

    Method of defining a context menu item, now deprecated and [removed from the HTML specification](https://github.com/whatwg/html/issues/2730).

  17. Picture element

    A responsive images method to control which image resource a user agent presents to a user, based on resolution, media query and/or support for a particular image format

  18. Selectlist - Customizable select element

    Proposal for a customizable `<select>` element, currently defined as `<selectlist>`, previously `<selectmenu>`.

  19. CSS user-select: none

    Method of preventing text/element selection using CSS.

  20. wbr (word break opportunity) element

    Represents an extra place where a line of text may optionally be broken.

  21. CSS -webkit-user-drag property

    The non-standard `-webkit-user-drag` CSS property can be used to either make an element draggable or explicitly non-draggable (like links and images). See the standardized [draggable attribute/property](/mdn-api_htmlelement_draggable) for the recommended alternative method of accomplishing the same functionality.

  22. html element: a: url text fragments

  23. html element: base: href: `data:` and `javascript:` urls are not allowed

  24. html element: base: href: relative uris.

  25. html element: iframe: external protocol urls blocked

  26. html element: img: usemap

  27. html element: img: usemap: content is case-sensitive

  28. html element: object: usemap

  29. html element: u

  30. html element: ul

  31. html element: ul: compact

  32. html element: ul: type

  33. svg element: font-face: underline-position

  34. svg element: font-face: underline-thickness

  35. svg element: font-face: unicode-range

  36. svg element: font-face: units-per-em

  37. svg element: glyph: unicode

  38. svg element: hkern: u1

  39. svg element: hkern: u2

  40. svg element: use

  41. svg element: use: load from `data:` uri

  42. svg element: use: load from external uri

  43. svg element: use: height

  44. svg element: use: href

  45. svg element: use: width

  46. svg element: use: x

  47. svg element: use: `xlink:href`

  48. svg element: use: y

  49. svg element: vkern: u1

  50. svg element: vkern: u2