aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-03-23 15:02:26 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-03-30 11:21:36 +0200
commit693f1b537b0a19cda8b7e8f5379bffa5351b8a6e (patch)
treecdac6abb995619db85db82eabe014f2ec52bc837 /src/attributes
parent622db29d9c1aed1e51586db72861a1aab4d7606f (diff)
downloadjquery-693f1b537b0a19cda8b7e8f5379bffa5351b8a6e.tar.gz
jquery-693f1b537b0a19cda8b7e8f5379bffa5351b8a6e.zip
Docs: Update support comments related to IE
All support comments were checked for Edge applicability.
Diffstat (limited to 'src/attributes')
-rw-r--r--src/attributes/support.js4
-rw-r--r--src/attributes/val.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/attributes/support.js b/src/attributes/support.js
index f93ba0181..16c8fcb82 100644
--- a/src/attributes/support.js
+++ b/src/attributes/support.js
@@ -14,11 +14,11 @@ define( [
// Default value for a checkbox should be "on"
support.checkOn = input.value !== "";
- // Support: IE<=11+
+ // Support: IE <=11 only
// Must access selectedIndex to make default options select
support.optSelected = opt.selected;
- // Support: IE<=11+
+ // Support: IE <=11 only
// An input loses its value after becoming a radio
input = document.createElement( "input" );
input.value = "t";
diff --git a/src/attributes/val.js b/src/attributes/val.js
index 1338fcdf6..ace17040b 100644
--- a/src/attributes/val.js
+++ b/src/attributes/val.js
@@ -85,7 +85,7 @@ jQuery.extend( {
return val != null ?
val :
- // Support: IE10-11+
+ // Support: IE <=10 - 11 only
// option.text throws exceptions (#14686, #14858)
// Strip and collapse whitespace
// https://html.spec.whatwg.org/#strip-and-collapse-whitespace