|
|
|
|
|
by gsnedders
3567 days ago
|
|
> HTML5 doesn't refuse to accept anything that HTML 4 accepted. It does. It doesn't accept NET syntax, i.e., `p/This is contents of a p elements/`. (No browser ever supported this, but because HTML 4 is defined to be an SGML application and it's DTD allows NET syntax to be used, it is theoretically conforming HTML 4.) |
|