Bug 246938
| Summary: | Remove style spans to follow the styles of list item | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | karlcow, wenson_hsieh |
| Priority: | P2 | ||
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=127242 | ||
Ahmad Saleem
Hi Team,
There are some similar bug but not particular ones to cover this blink merge:
Blink Merge Candidate - https://chromium.googlesource.com/chromium/src.git/+/bb59e5b729913a2023ea70e50d0689626565dd7e
We are failing this test current and matching Chrome but we are also adding unintended "span" to first list item and it is also reflected through test cases.
Just wanted to create the bug to do pull request to appropriate bug.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
PR - https://github.com/WebKit/WebKit/pull/5686
Based on discussion with Ryosuke, Webkit behavior is expected and right behavior which is near to intention of web developers to expect that the removal of span does not remove any styling associating with paragraph.
I am going to close this bug with "RESOLVED INVALID". Thanks!