diff options
author | mkearney@google.com <mkearney@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 21:04:26 +0000 |
---|---|---|
committer | mkearney@google.com <mkearney@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 21:04:26 +0000 |
commit | 7cbb0f7bb8b05e0afc30c2e3752898024d9813f7 (patch) | |
tree | 2b604af8b28ebab5c48d9ecab116809b2d2399d0 /chrome | |
parent | 559a5e4e2d09d2bbd9731fa78731b7bf35f926aa (diff) | |
download | chromium_src-7cbb0f7bb8b05e0afc30c2e3752898024d9813f7.zip chromium_src-7cbb0f7bb8b05e0afc30c2e3752898024d9813f7.tar.gz chromium_src-7cbb0f7bb8b05e0afc30c2e3752898024d9813f7.tar.bz2 |
Add text selection to disabled features doc.
BUG=157178
Review URL: https://codereview.chromium.org/12703034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/app_deprecated.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/app_deprecated.html b/chrome/common/extensions/docs/templates/articles/app_deprecated.html index 0e64e42..cc2a99f 100644 --- a/chrome/common/extensions/docs/templates/articles/app_deprecated.html +++ b/chrome/common/extensions/docs/templates/articles/app_deprecated.html @@ -91,6 +91,13 @@ and potential work-arounds: <a href="http://updates.html5rocks.com/2012/01/Getting-Rid-of-Synchronous-XHRs">Getting Rid of Synchrounous XXRs</a>.</td> </tr> <tr> + <td>User Text selection</td> + <td>By default, + users can no longer select text like they can on a web page. + To make areas of the app's text selectable, + apply the CSS style, <code>-webkit-user-select: text;</code>.</td> + </tr> + <tr> <td>webSql</td> <td>Use IndexedDB or <a href="app_storage.html">Filesystem API</a>.</td> |