From 5103fbe197c529ca431dee5bfdcf1c09a4fff91b Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Tue, 28 Oct 2014 10:11:51 -0700 Subject: [PATCH] Explain strict tag closing limitation in html-tools README --- packages/html-tools/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/html-tools/README.md b/packages/html-tools/README.md index 0ae662a26c..5b60bae263 100644 --- a/packages/html-tools/README.md +++ b/packages/html-tools/README.md @@ -128,6 +128,9 @@ The following are **permitted**: * Most characters in attribute values - `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`.