- From: Tantek Celik <tantek@cs.stanford.edu>
- Date: Mon, 12 Nov 2001 07:20:23 -0800
- To: Einar Westermann <einar.westermann@trygdeetaten.no>, "www-style@w3.org" <www-style@w3.org>
CSS (1&2) does not discuss user agent usage (or not) of the clipboard. UA dependent. Having said that, one might say that the "right" thing to do is probably to not copy text from "display:none" or "visibility:hidden" elements within the selection. I don't know if any UA supports this however. Tantek ---------- >From: Einar Westermann <einar.westermann@trygdeetaten.no> >To: www-style@w3.org >Subject: display="none", but is copied >Date: Mon, Nov 12, 2001, 4:51 AM > > In CSS2, should non-displayed text as in the following example be copied > from the user agent to the clipboard? > > <span style="display:none">Non-displayed text</span> > > - or lies this within the realm of the user agent? >
Received on Monday, 12 November 2001 10:19:08 UTC