Bug 277154
| Summary: | [CSS Quotes] Some CSS properties cause quotes to be reset | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jschoi, koivisto, webkit-bug-importer, yuhei.yasuda1003 |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
<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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/132585704>
Tim Nguyen (:ntim)
Another reproducible testcase:
<style>
q {
quotes: "start" "end";
}
q > q {
stroke-width: 2px;
}
</style><q><q></q></q>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/31331
Tim Nguyen (:ntim)
*** Bug 182639 has been marked as a duplicate of this bug. ***
Tim Nguyen (:ntim)
*** Bug 260425 has been marked as a duplicate of this bug. ***
EWS
Committed 281444@main (1dd5907b5b49): <https://commits.webkit.org/281444@main>
Reviewed commits have been landed. Closing PR #31331 and removing active labels.
EWS
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.