diff --git a/index b/index index d98b2bb665f..34a23696d57 100644 --- a/index +++ b/index @@ -12012,7 +12012,13 @@ brighter. A <b>rat</b> scurries past the corner wall.</p>

Authoring requirements: The src attribute must be present, and must contain a - URI (or IRI). The requirements for the Should we restrict the URI to pointing to an image? + What's an image? Is PDF an image? (Safari supports PDFs in <img> + elements.) How about SVG? (Opera supports those). WMFs? XPMs? HTML? + +

The requirements for the alt attribute depend on what the image is intended to represent: diff --git a/source b/source index efca379a62c..d520a9aba83 100644 --- a/source +++ b/source @@ -9984,9 +9984,15 @@ brighter. A <b>rat</b> scurries past the corner wall.</p>

Authoring requirements: The src attribute must be present, and must - contain a URI (or IRI). The requirements for the alt attribute depend on what the image - is intended to represent:

+ contain a URI (or IRI).

+ +

Should we restrict the URI to pointing to an + image? What's an image? Is PDF an image? (Safari supports PDFs in + <img> elements.) How about SVG? (Opera supports those). WMFs? + XPMs? HTML?

+ +

The requirements for the alt + attribute depend on what the image is intended to represent: