mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Explain strict tag closing limitation in html-tools README
This commit is contained in:
@@ -128,6 +128,9 @@ The following are **permitted**:
|
||||
* Most characters in attribute values - `<img alt=x,y>`
|
||||
* Embedded SVG elements
|
||||
|
||||
Note: Currently you have to close your Ps, LIs, and other tags for
|
||||
which the spec allows the end tag to be omitted in many cases
|
||||
|
||||
## Character References
|
||||
|
||||
This package contains a lookup table for all known named character references in HTML, of which there are over 2,000, from `Á` (capital A, acute accent) to `‌` (zero-width non-joiner), as well as code for interpreting numeric character entities like `A`.
|
||||
|
||||
Reference in New Issue
Block a user