Bug 277154 - [CSS Quotes] Some CSS properties cause quotes to be reset
Summary: [CSS Quotes] Some CSS properties cause quotes to be reset
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
: 182639 260425 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-07-26 11:21 PDT by Tim Nguyen (:ntim)
Modified: 2024-07-29 14:12 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2024-07-26 11:21:34 PDT
<style>
q { 
  quotes: "start" "end";
  text-shadow: red 2px 2px
}
</style><q><q></q></q>


`text-shadow` / `stroke-width` / `text-underline-position` are the properties I've gathered so far.
Comment 1 Radar WebKit Bug Importer 2024-07-26 11:21:46 PDT
<rdar://problem/132585704>
Comment 2 Tim Nguyen (:ntim) 2024-07-26 13:18:12 PDT
Another reproducible testcase:

<style>
q { 
  quotes: "start" "end";
}
q > q {
    stroke-width: 2px;
}
</style><q><q></q></q>
Comment 3 Tim Nguyen (:ntim) 2024-07-26 17:23:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/31331
Comment 4 Tim Nguyen (:ntim) 2024-07-26 17:28:25 PDT
*** Bug 182639 has been marked as a duplicate of this bug. ***
Comment 5 Tim Nguyen (:ntim) 2024-07-26 17:31:53 PDT
*** Bug 260425 has been marked as a duplicate of this bug. ***
Comment 6 EWS 2024-07-26 22:47:43 PDT
Committed 281444@main (1dd5907b5b49): <https://commits.webkit.org/281444@main>

Reviewed commits have been landed. Closing PR #31331 and removing active labels.
Comment 7 EWS 2024-07-29 14:12:05 PDT
Committed 280938.147@safari-7619-branch (af4b5aecf002): <https://commits.webkit.org/280938.147@safari-7619-branch>

Reviewed commits have been landed. Closing PR #1511 and removing active labels.