[wp-trac] [WordPress Trac] #45246: Twenty Seventeen: Issues in theme’s Gutenberg support & styles
WordPress Trac
noreply at wordpress.org
Fri Nov 2 05:33:29 UTC 2018
#45246: Twenty Seventeen: Issues in theme’s Gutenberg support & styles
-------------------------------------------------+-------------------------
Reporter: laurelfulford | Owner:
| laurelfulford
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 5.0
Component: Bundled Theme | Version: 5.0
Severity: normal | Resolution:
Keywords: has-patch needs-testing has- | Focuses: ui,
screenshots | administration
-------------------------------------------------+-------------------------
Changes (by mukesh27):
* focuses: => ui, administration
Comment:
@laurelfulford, Twenty Seventeen does not allow ordered lists to be given
a start value.
For below ordered lists it show diffrent result in frontend and backend in
WordPress version 5.0-beta2-43859
{{{
<h2>Ordered List (Nested)</h2>
<ol start="8">
<li>List item one -start at 8
<ol>
<li>List item one
<ol reversed="reversed">
<li>List item one -reversed attribute</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45246#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list