https://www.w3.org/Bugs/Public/show_bug.cgi?id=15732
Summary: Specify that non-editable content shouldn't be
focusable
Product: WebAppsWG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: HTML Editing APIs
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
data:text/html,<!doctype html>
<div contenteditable=true>
foo
<span contenteditable=false>bar</span>
baz
</div>
It should be specified that you can't move the cursor into the word "bar".
Browsers seem to already do this in this particular case, but I received a
report that not all of them do it in all cases.
(In the long run, this needs to be solved by specifying Selection.modify() and
requiring it to behave the same as various keystrokes.)
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.