Add the <search> element
HTML Standard
2,243 posts
The web platform’s kitchen sink.
Joined August 2015
- Define self.structuredClone() (thanks surma!)
- Navigation and session history rewrite (thanks jakearchibald!)
- github.com/whatwg/html/co… Solve mobile performance As is well-known in the web community, mobile performance is everyone's problem. This s...
- Replace the outline algorithm with one based on heading levels (thanks stevefaulkner!)
- github.com/whatwg/html/co… Add <script type="module"> and module resolution/fetching/evaluation This adds support for <script type="module"...
- github.com/whatwg/html/co… Require UTF-8 This change adds a “must” requirement for UTF-8 in all but one of the places in the standard that ...
- Add sizes=auto to lazy-loaded <img>
- Add width and height attributes to source elements (thanks yoavweiss!)
- Add the inert attribute and tweak definition of inert subtrees (thanks nt1m!)
- github.com/whatwg/html/co… Integrate Fetch into HTML This is not a perfect rewrite, but provides a much more solid basis for implementation...
- Add HTMLScriptElement.supports(type) (thanks horo-t!)
- github.com/whatwg/html/co… Allow <div> around each <dt><dd> group in <dl> (#1945) This only changes the content model and the rules for det...

