- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 07 May 2020 22:22:47 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/editing/pull/251/review/408002588@github.com>
@marcoscaceres commented on this pull request.
> + <li>horizontal rules</li>
+ </ul>
+ </div>
+ </pre>
+ </section>
+ <section id="contenteditable-disabled">
+ <h2>
+ <code>contenteditable-disabled</code> DOM Content Attribute.
+ </h2>
+ <p>
+ The <dfn><code>contenteditable-disabled</code></dfn> attribute indicates which user agent-supplied editing UI SHOULD be disabled. If specified, the attribute must have a value that is an <a href=https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens>unordered
+ set of unique space-separated tokens</a> [[HTML]] which
+ are <a href=https://infra.spec.whatwg.org/#ascii-case-insensitive>ASCII case-insensitive</a> [[INFRA]].
+ </p>
+ <p>
+ The allowed set of tokens are listed below. Each token matches the name of an <a href=https://www.w3.org/TR/input-events-1/#events-inputevents>Input Type</a> [[input-events-1]], or is a shortcut that is equivalent to specifying a set tokens.
Where possible, please alway avoid `<a href>` - worst case, use `data-cite=` instead.
```suggestion
The allowed set of tokens are listed below. Each token matches the name of an <a data-cite="input-events-1#events-inputevents">Input Type</a>, or is a shortcut that is equivalent to specifying a set tokens.
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/251#pullrequestreview-408002588
Received on Friday, 8 May 2020 05:22:59 UTC