You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bit odd that text at e.g. NormalCompletion has a step that looks like "Return Completion Record { [[Type]]: NORMAL, [[Value]]: value, [[Target]]: EMPTY }." but copies as "Return Completion Record { [[Type]]: normal, [[Value]]: value, [[Target]]: empty }." (because text-transform "has no effect on the underlying content, and must not affect the content of a plain text copy & paste operation").
It would probably reduce surprise (and increase the value of copy–paste interactions for purposes such as test262) to perform uppercasing at build time such that it is part of the resulting HTML source:
It's a bit odd that text at e.g. NormalCompletion has a step that looks like "Return Completion Record { [[Type]]: NORMAL, [[Value]]: value, [[Target]]: EMPTY }." but copies as "Return Completion Record { [[Type]]: normal, [[Value]]: value, [[Target]]: empty }." (because
text-transform
"has no effect on the underlying content, and must not affect the content of a plain text copy & paste operation").It would probably reduce surprise (and increase the value of copy–paste interactions for purposes such as test262) to perform uppercasing at build time such that it is part of the resulting HTML source:
The text was updated successfully, but these errors were encountered: