Bug 182781 - Can't replace ol element with ul element
Summary: Can't replace ol element with ul element
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-14 00:04 PST by Fujii Hironori
Modified: 2018-02-14 02:35 PST (History)
3 users (show)

See Also:


Attachments
test case (311 bytes, text/html)
2018-02-14 00:04 PST, Fujii Hironori
no flags Details
replace <ol> with text (260 bytes, text/html)
2018-02-14 02:35 PST, Fujii Hironori
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2018-02-14 00:04:58 PST
Created attachment 333774 [details]
test case

Can't replace ol element with ul element

WebKit r228417: NG
Chrome 64: NG
Firefox 58: OK
Edge 16: OK
Comment 1 Fujii Hironori 2018-02-14 02:35:24 PST
Created attachment 333777 [details]
replace <ol> with text

WebKit and Chrome doesn't remove the <ol>. Is this a spec?