From 54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 23 Oct 2013 23:41:17 -0700 Subject: [PATCH] rm dummy 'src' attributes of s & squelch validator warning; fixes #11216 --- Gruntfile.js | 3 ++- components.html | 30 +++++++++++++++--------------- css.html | 6 +++--- examples/carousel/index.html | 18 +++++++++--------- examples/theme/index.html | 2 +- javascript.html | 12 ++++++------ 6 files changed, 36 insertions(+), 35 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e4f00bdb44..9b167e8f04 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -134,7 +134,8 @@ module.exports = function(grunt) { options: { reset: true, relaxerror: [ - "Bad value X-UA-Compatible for attribute http-equiv on element meta." + "Bad value X-UA-Compatible for attribute http-equiv on element meta.", + "Element img is missing required attribute src." ] }, files: { diff --git a/components.html b/components.html index dbe981c2a9..f2c5663d94 100644 --- a/components.html +++ b/components.html @@ -2778,22 +2778,22 @@ body { padding-bottom: 70px; }
@@ -2815,7 +2815,7 @@ body { padding-bottom: 70px; }
- Generic placeholder thumbnail + Generic placeholder thumbnail

Thumbnail label

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

@@ -2825,7 +2825,7 @@ body { padding-bottom: 70px; }
- Generic placeholder thumbnail + Generic placeholder thumbnail

Thumbnail label

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

@@ -2835,7 +2835,7 @@ body { padding-bottom: 70px; }
- Generic placeholder thumbnail + Generic placeholder thumbnail

Thumbnail label

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

@@ -3141,7 +3141,7 @@ body { padding-bottom: 70px; }
- Generic placeholder image + Generic placeholder image

Media heading

@@ -3150,14 +3150,14 @@ body { padding-bottom: 70px; }
- Generic placeholder image + Generic placeholder image

Media heading

Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
- Generic placeholder image + Generic placeholder image

Media heading

@@ -3185,7 +3185,7 @@ body { padding-bottom: 70px; }
  • - Generic placeholder image + Generic placeholder image

    Media heading

    @@ -3193,7 +3193,7 @@ body { padding-bottom: 70px; }
    - Generic placeholder image + Generic placeholder image

    Nested media heading

    @@ -3201,7 +3201,7 @@ body { padding-bottom: 70px; }
    - Generic placeholder image + Generic placeholder image

    Nested media heading

    @@ -3213,7 +3213,7 @@ body { padding-bottom: 70px; }
    - Generic placeholder image + Generic placeholder image

    Nested media heading

    @@ -3224,7 +3224,7 @@ body { padding-bottom: 70px; }
  • - Generic placeholder image + Generic placeholder image

    Media heading

    diff --git a/css.html b/css.html index 1eea9152ba..3542f87c05 100644 --- a/css.html +++ b/css.html @@ -2260,9 +2260,9 @@ For example, <section> should be wrapped as inline.

    Keep in mind that Internet Explorer 8 lacks support for rounded corners.

    - A generic square placeholder image with rounded corners - A generic square placeholder image where only the portion within the circle circumscribed about said square is visible - A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera + A generic square placeholder image with rounded corners + A generic square placeholder image where only the portion within the circle circumscribed about said square is visible + A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera
    {% highlight html %} ... diff --git a/examples/carousel/index.html b/examples/carousel/index.html index a9d5d02bb5..7cea9bb4ff 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -78,7 +78,7 @@