From 168603ff0da44dbf86724ff83b483ae20d04acaa Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Fri, 12 Jul 2019 15:32:03 +0200 Subject: [PATCH] make images protocol agnostic --- normalize.html | 6 +++--- reset.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/normalize.html b/normalize.html index d60f972..06c4bd7 100644 --- a/normalize.html +++ b/normalize.html @@ -248,12 +248,12 @@

Images

No <figure> element

-

Image alt text

+

Image alt text

Wrapped in a <figure> element, no <figcaption>

-
Image alt text
+
Image alt text

Wrapped in a <figure> element, with a <figcaption>

- Image alt text + Image alt text
Here is a caption for this image.
diff --git a/reset.html b/reset.html index 19e4db1..81e585a 100644 --- a/reset.html +++ b/reset.html @@ -248,12 +248,12 @@

Images

No <figure> element

-

Image alt text

+

Image alt text

Wrapped in a <figure> element, no <figcaption>

-
Image alt text
+
Image alt text

Wrapped in a <figure> element, with a <figcaption>

- Image alt text + Image alt text
Here is a caption for this image.