Bug 257350
| Summary: | Create abstract base class to relate CompositionHighlight and CompositionUnderline | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jack Wiig <jhwiig> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jack Wiig
Trying to expand either type or create a third, similar type is difficult because these types are implemented separately. Implementing them with a common ancestor will make it easier to extend them in the future to support more use cases.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109853785>
Jack Wiig
Pull request: https://github.com/WebKit/WebKit/pull/14369