Today I Learned - Rocky Kev

TIL there's actually a official guide for how HTML is implemented

POSTED ON:

TAGS:

Enjoy arguing about HTML standards and realize the MDN isn't cutting it? Well I have a solution.

HTML Specifications - Living Standard
and the github

This is as bare-bones as you get to the original source.


Related TILs

Tagged:

TIL Gmail has a 102KB size-limit for HTML

PLACEHOLDER

TIL how Error correction works in HTML

You never get an 'Invalid Syntax' error on an HTML page. Browsers fix any invalid content and go on.

TIL what DOCTYPE means

tl;dr: DOCTYPE declaration in the first line of the HTML file, to instruct the browser to run the code in Standard mode.