diff options
Diffstat (limited to '295/index.md')
-rw-r--r-- | 295/index.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/295/index.md b/295/index.md new file mode 100644 index 0000000..b9eec1f --- /dev/null +++ b/295/index.md @@ -0,0 +1,25 @@ +Title: Missing entities lsquo and rsquo +Author: rodarima +Created: Sat, 02 Nov 2024 09:21:51 +0000 +State: closed + +Source: https://www.w3.org/2000/04/26-csrules.html + +``` +1. The hierarchy (<body> / <div1> / <div2> / <p>) is unaffected by whether +forms are present or not; <form> is ‘transparent’ to the hierarchy. +``` + +--%-- +From: rodarima +Date: Sat, 02 Nov 2024 09:27:26 +0000 + +Nevermind, it is wrong HTML: + +```html +<li> The hierarchy (<tt><body></tt> / <tt><div1></tt> / <tt><div2></tt> / +<tt><p></tt>) is unaffected by whether forms are present or not; +<tt><form></tt> is &lsquo;transparent&rsquo; to the +hierarchy.</li> +``` +We do support lsquo and rsquo.
\ No newline at end of file |