Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Documentation mistakes standards for errors #229

Copy link
Copy link

Description

@dorward
Issue body actions

The README says:

but most usual errors are covered (eg. HTML4 style no closing <li>, <td> etc).

These are not errors, nor are they HTML 4 specific.


The end tags have been optional for those elements in every version of HTML since they were introduced.

For example, from the HTML+ spec:

<OL>
	<LI>Wake up
	<LI>Get dressed
	<LI>Have breakfast
	<LI>Drive to work
</OL>

and from the current specification:

An li element's end tag can be omitted if the li element is immediately followed by another li element or if there is no more content in the parent element.


Please correct the documentation.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.