[Webkit-unassigned] [Bug 251693] Ignore spaces when determining the length of text to treat as a first-letter pseudo-element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 15:44:11 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251693

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |BrowserCompat, WPTImpact

--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
Looking at the test above, everything is green on Safari. 


        <div>Test</div>
        <div> Test </div>
        <div>(T)est</div>
        <div> (T)est</div>
        <div>“T”est</div>
        <div>&Test</div>
        <div> &Test</div>
        <div>T&S<div>
        <div>T & S<div>
        <div>T & S<div>
        <div>« S »</div>
        <div>« S »    </div>
        <div>• </div>
        <div> •  </div>

with: 
       Test passes if all the T are green, 
       as well as punctuation elements 
       when they are adjacent to a letter (without spaces)

Ahmad, Thanks.
Probably it would be interesting to cross-check with tests in 
https://wpt.fyi/results/css/css-pseudo?label=master&label=experimental&aligned&view=subtest&q=first-letter

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230205/af14bb98/attachment.htm>


More information about the webkit-unassigned mailing list