From 0dcebf63fcdbc47e2ed72c85f37e04588e22eca7 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Sun, 23 Oct 2016 18:59:22 +0800 Subject: Update "embedded" section. #88 --- fork-versions/default/_normalize.scss | 2 +- fork-versions/deprecated-compass/_normalize.scss | 2 +- fork-versions/typey-chroma-kss/base/embedded/_embedded.scss | 4 ++-- fork-versions/typey/_normalize.scss | 2 +- sass/normalize/_normalize-mixin.scss | 6 +++--- test/fixtures/fork-versions/default/output.css | 2 +- test/fixtures/fork-versions/deprecated-compass/output.css | 2 +- test/fixtures/fork-versions/typey/output.css | 2 +- test/fixtures/import-now/output.css | 6 +++--- test/fixtures/normalize/exclude-single/output.css | 6 +++--- test/fixtures/normalize/exclude-string/output.css | 6 +++--- test/fixtures/variables/default/output.css | 6 +++--- test/fixtures/variables/font/output.css | 6 +++--- test/fixtures/variables/indent-amount/output.css | 6 +++--- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/fork-versions/default/_normalize.scss b/fork-versions/default/_normalize.scss index 384e428..cbd2cb9 100644 --- a/fork-versions/default/_normalize.scss +++ b/fork-versions/default/_normalize.scss @@ -345,7 +345,7 @@ audio:not([controls]) { } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { diff --git a/fork-versions/deprecated-compass/_normalize.scss b/fork-versions/deprecated-compass/_normalize.scss index 178e6d3..0e8508f 100644 --- a/fork-versions/deprecated-compass/_normalize.scss +++ b/fork-versions/deprecated-compass/_normalize.scss @@ -352,7 +352,7 @@ audio:not([controls]) { } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { diff --git a/fork-versions/typey-chroma-kss/base/embedded/_embedded.scss b/fork-versions/typey-chroma-kss/base/embedded/_embedded.scss index f98c3bf..f1580cb 100644 --- a/fork-versions/typey-chroma-kss/base/embedded/_embedded.scss +++ b/fork-versions/typey-chroma-kss/base/embedded/_embedded.scss @@ -13,7 +13,7 @@ audio { display: inline-block; } -// Add the correct display and remove excess height in iOS 4-7. +// Add the correct display in iOS 4-7. audio:not([controls]) { display: none; height: 0; @@ -28,7 +28,7 @@ audio:not([controls]) { // Style guide: base.embedded.img img { - // Remove the border on images inside links in IE <11. + // Remove the border on images inside links in IE 10-. border-style: none; } diff --git a/fork-versions/typey/_normalize.scss b/fork-versions/typey/_normalize.scss index 0cc018a..68f5d09 100644 --- a/fork-versions/typey/_normalize.scss +++ b/fork-versions/typey/_normalize.scss @@ -310,7 +310,7 @@ audio:not([controls]) { } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { diff --git a/sass/normalize/_normalize-mixin.scss b/sass/normalize/_normalize-mixin.scss index 67c3fab..ef5636c 100644 --- a/sass/normalize/_normalize-mixin.scss +++ b/sass/normalize/_normalize-mixin.scss @@ -367,7 +367,7 @@ ========================================================================== */ /** - * Add the correct display in IE <10. + * Add the correct display in IE 9-. */ audio, @@ -376,7 +376,7 @@ } /** - * Add the correct display and remove excess height in iOS 4-7. + * Add the correct display in iOS 4-7. */ audio:not([controls]) { @@ -385,7 +385,7 @@ } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { diff --git a/test/fixtures/fork-versions/default/output.css b/test/fixtures/fork-versions/default/output.css index 78a7da9..1bbba10 100644 --- a/test/fixtures/fork-versions/default/output.css +++ b/test/fixtures/fork-versions/default/output.css @@ -191,7 +191,7 @@ audio:not([controls]) { height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/fork-versions/deprecated-compass/output.css b/test/fixtures/fork-versions/deprecated-compass/output.css index 96024a1..83ae638 100644 --- a/test/fixtures/fork-versions/deprecated-compass/output.css +++ b/test/fixtures/fork-versions/deprecated-compass/output.css @@ -203,7 +203,7 @@ audio:not([controls]) { height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/fork-versions/typey/output.css b/test/fixtures/fork-versions/typey/output.css index 1514742..5c10e99 100644 --- a/test/fixtures/fork-versions/typey/output.css +++ b/test/fixtures/fork-versions/typey/output.css @@ -255,7 +255,7 @@ audio:not([controls]) { height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/import-now/output.css b/test/fixtures/import-now/output.css index c3fb5f8..4067f4a 100644 --- a/test/fixtures/import-now/output.css +++ b/test/fixtures/import-now/output.css @@ -187,21 +187,21 @@ sup { /* Embedded content ========================================================================== */ /** - * Add the correct display in IE <10. + * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** - * Add the correct display and remove excess height in iOS 4-7. + * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/normalize/exclude-single/output.css b/test/fixtures/normalize/exclude-single/output.css index 3ed740d..bddeb76 100644 --- a/test/fixtures/normalize/exclude-single/output.css +++ b/test/fixtures/normalize/exclude-single/output.css @@ -187,21 +187,21 @@ sup { /* Embedded content ========================================================================== */ /** - * Add the correct display in IE <10. + * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** - * Add the correct display and remove excess height in iOS 4-7. + * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/normalize/exclude-string/output.css b/test/fixtures/normalize/exclude-string/output.css index 6612005..f002955 100644 --- a/test/fixtures/normalize/exclude-string/output.css +++ b/test/fixtures/normalize/exclude-string/output.css @@ -187,21 +187,21 @@ sup { /* Embedded content ========================================================================== */ /** - * Add the correct display in IE <10. + * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** - * Add the correct display and remove excess height in iOS 4-7. + * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/variables/default/output.css b/test/fixtures/variables/default/output.css index c3fb5f8..4067f4a 100644 --- a/test/fixtures/variables/default/output.css +++ b/test/fixtures/variables/default/output.css @@ -187,21 +187,21 @@ sup { /* Embedded content ========================================================================== */ /** - * Add the correct display in IE <10. + * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** - * Add the correct display and remove excess height in iOS 4-7. + * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/variables/font/output.css b/test/fixtures/variables/font/output.css index b0ad2b9..0dd3f74 100644 --- a/test/fixtures/variables/font/output.css +++ b/test/fixtures/variables/font/output.css @@ -248,21 +248,21 @@ sup { /* Embedded content ========================================================================== */ /** - * Add the correct display in IE <10. + * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** - * Add the correct display and remove excess height in iOS 4-7. + * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } diff --git a/test/fixtures/variables/indent-amount/output.css b/test/fixtures/variables/indent-amount/output.css index f54e357..75fdea7 100644 --- a/test/fixtures/variables/indent-amount/output.css +++ b/test/fixtures/variables/indent-amount/output.css @@ -248,21 +248,21 @@ sup { /* Embedded content ========================================================================== */ /** - * Add the correct display in IE <10. + * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** - * Add the correct display and remove excess height in iOS 4-7. + * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** - * Remove the border on images inside links in IE <11. + * Remove the border on images inside links in IE 10-. */ img { border-style: none; } -- cgit v1.2.3