Skip to content

[css-text-3] text-transform has no effect on plain text copy/paste #627 #3107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions css-text-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,10 @@ Characters and Letters</h3>
</pre>

<p>This property transforms text for styling purposes.
(It has no effect on the underlying content.)
Values have the following meanings:</p>
It has no effect on the underlying content,
and must not affect the content of a plain text copy &amp; paste operation.

<p>Values have the following meanings:

<dl dfn-for=text-transform dfn-type=value>
<dt><dfn>none</dfn></dt>
Expand Down