Bug 262317
Summary: | text-spacing: integrate with low level iterator, fast-path: width-iterator | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | mmaxfield, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Vitor Roriz
We need to design a state machine and integrate it to our WidthIterator (low-level) for being able to process
text-spacing within a single run. This will be only preparation, will not actually compute spacing or handle behavior between runs (high level).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Vitor Roriz
<rdar://problem/115984437>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/18364