- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 07 May 2020 22:20:33 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 May 2020 05:20:47 UTC
@marcoscaceres commented on this pull request. > + 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]]. ```suggestion The <code><dfn data-dfn-type="element-attr">contenteditable-disabled</dfn></code> attribute indicates which user agent-supplied editing UI SHOULD be disabled. When specified, the attribute can contain an [=unordered set of unique space-separated tokens=] that are treated as [=ASCII case-insensitive=]. ``` -- 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-408001928
Received on Friday, 8 May 2020 05:20:47 UTC