http://www.w3.org/Bugs/Public/show_bug.cgi?id=13841
Summary: Investigate what should happen when hitting Enter
inside nested single-line containers
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]
WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=23507
Example: <ol><li><p>foo[]bar</ol>. Does hitting Enter create
<ol><li><p>foo<p>[]bar</ol>
or
<ol><li><p>foo<li><p>[]bar</ol>
? The latter makes much more sense in this case, IMO, because visually the <p>
is invisible. Probably if a <p> or <div> is nested inside a single-line
container at any depth, we should make the outer container the one we split, if
we'd normally split it at all.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.