Issue 961610 in chromium: copy/paste to text do not copy quotes using <q>

1 view
Skip to first unread message

kojii via monorail

unread,
May 10, 2019, 7:39:01 AM5/10/19
to editi...@chromium.org
Updates:
Components: -Blink Blink>Editing
Labels: Type-Feature
Status: Available

Comment #2 on issue 961610 by ko...@chromium.org: copy/paste to text do not copy quotes using <q>
https://bugs.chromium.org/p/chromium/issues/detail?id=961610#c2

(No comment was entered for this change.)

--
You received this message because:
1. A rule CC'd you on the issue
2. You are auto-CC'd on all issues in component Blink>Editing

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings

Reply to this email to add a comment or make updates.

kojii via monorail

unread,
May 10, 2019, 7:39:15 AM5/10/19
to editi...@chromium.org
Updates:
Status: Untriaged

Comment #3 on issue 961610 by ko...@chromium.org: copy/paste to text do not copy quotes using <q>
https://bugs.chromium.org/p/chromium/issues/detail?id=961610#c3

yosin via monorail

unread,
May 13, 2019, 5:21:08 AM5/13/19
to editi...@chromium.org
Updates:
Status: WontFix

Comment #4 on issue 961610 by yo...@chromium.org: copy/paste to text do not copy quotes using <q>
https://bugs.chromium.org/p/chromium/issues/detail?id=961610#c4

This is expected behavior, all major browsers expect Edge with EdgeHTML, don't put quote and CSS generate content, e.g. ::before/::after, into clipboard.

Note: <q> element has style like q::before { content: open-quote; }, q::after { content: close-quote; }
See in https://chromium.googlesource.com/chromium/src/+/HEAD/third_party/blink/renderer/core/html/resources/html.css


Note: The spec doesn't mention about quote characters with clipboard.
https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element

Quotation punctuation (such as quotation marks) that is quoting the contents of the element must not appear immediately before, after, or inside q elements; they will be inserted into the rendering by the user agent.

yosin via monorail

unread,
May 13, 2019, 5:23:22 AM5/13/19
to editi...@chromium.org
Updates:
Components: -Blink>Editing Blink>Editing>Serialization
Status: Available

Comment #5 on issue 961610 by yo...@chromium.org: copy/paste to text do not copy quotes using <q>
https://bugs.chromium.org/p/chromium/issues/detail?id=961610#c5

Mark Available since puting CSS generated content is good extension of current behavior.


--
You received this message because:
1. A rule CC'd you on the issue
2. You are auto-CC'd on all issues in component Blink>Editing>Serialization
Reply all
Reply to author
Forward
0 new messages