Bug 256458 - Render the tab character when taking simple text code path
Summary: Render the tab character when taking simple text code path
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-08 04:45 PDT by Vitaly Dyackhov
Modified: 2023-05-08 05:58 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Dyackhov 2023-05-08 04:45:30 PDT
The spec says: "Control characters (Unicode category Cc)—other than tabs (U+0009), line feeds (U+000A), carriage returns (U+000D) and sequences that form a segment break—must be rendered as a visible glyph".
When taking the complex text code path we act according to the spec but make the tab character invisible when taking the simple text code path.
Comment 1 Vitaly Dyackhov 2023-05-08 04:49:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13573