[Webkit-unassigned] [Bug 182639] New: CSS quotes not overridden when within block with text-indent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 9 06:06:54 PST 2018


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

            Bug ID: 182639
           Summary: CSS quotes not overridden when within block with
                    text-indent
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: All
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jschoi at jschoi.org

Created attachment 333481

  --> https://bugs.webkit.org/attachment.cgi?id=333481&action=review

CSS Quotes Bug Demonstration

Observe the attached file when served over file:// or over http://localhost, as well as https://jschoi.org/18/webkit-quotes-test and https://codepen.io/js-choi/pen/wyJaaG.

In all four, the quotation marks below surrounding .y (i.e., open-quote and close-quote) should be asterisks (*…*). However, when served over file:// or http://localhost, they appear as straight quote marks ("…"), and when served over https:, they appear as curly quote marks (“…”) (cf. this page hosted on https://jschoi.org and this page hosted on CodePen). No matter where it is hosted, the quotes become the correct asterisks (*…*) if the text-indent of .x is changed to zero.

This has been tested on STP Release 49 (WebKit 13606.1.3.3) on macOS 10.13.3, as well as Safari on iOS 11.2.5.

-- 
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/20180209/b569cbad/attachment.html>


More information about the webkit-unassigned mailing list