[Bug 13841] New: Investigate what should happen when hitting Enter inside nested single-line containers

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: ayg@aryeh.name
        ReportedBy: ayg@aryeh.name
         QAContact: sideshowbarker+html-editing-api@gmail.com
                CC: mike@w3.org, public-webapps@w3.org


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.

Received on Friday, 19 August 2011 19:30:49 UTC