[wp-trac] [WordPress Trac] #38515: ul inside ol is mistakenly ordered with Twenty Seventeen
WordPress Trac
noreply at wordpress.org
Wed Oct 26 15:29:23 UTC 2016
#38515: ul inside ol is mistakenly ordered with Twenty Seventeen
---------------------------+-----------------------------
Reporter: tg29359 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: normal | Keywords:
Focuses: |
---------------------------+-----------------------------
for example, write the bellow
{{{
<ol>
<li>one</li>
<li>two</li>
<li>three
<ul>
<li>ul in the three A</li>
<li>ul in the three B</li>
<li>ul in the three C</li>
</ul>
</li>
<li>four</li>
<li>five</li>
</ol>
}}}
then it is displayed as the bellow.
{{{
1.one
2.two
3.three
4.ul in the three A
5.ul in the three B
6.ul in the three C
7.four
8.five
}}}
see http://meta-scheme.jp/8081.
it should be displayed as the bellow.
{{{
1.one
2.two
3.three
.ul in the three A
.ul in the three B
.ul in the three C
4.four
5.five
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38515>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list