[w3c/editing] "The removeFormat command" section should include `<del>` as target of the command (#192)

https://w3c.github.io/editing/execCommand.html#removeformat-candidate
> A removeFormat candidate is an editable HTML element with local name "abbr", "acronym", "b", "bdi", "bdo", "big", "blink", "cite", "code", "dfn", "em", "font", "i", "ins", "kbd", "mark", "nobr", "q", "s", "samp", "small", "span", "strike", "strong", "sub", "sup", "tt", "u", or "var".

It includes `<ins>` but not include `<del>`. This really does not make sense without specific comment. I guess that it's just forgotten to be included into this list.

Unfortunately, Chrome conforms to current list, but they should be changed it.

-- 
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/issues/192

Received on Wednesday, 10 April 2019 14:48:00 UTC