@@ -2301,27 +2301,32 @@
map. This affects how events are handled on the corresponding
<{a}> element.
+
Users who do not have a pointing device, or who cannnot see
+ the image referred to will generally not be able to use a server-side image map successfully.
+ Authors should use another mechanism, such as a "client-side" image map
+ made using the <{img/usemap}> attribute, wherever possible.
+
The ismap attribute is a
boolean attribute. The attribute must not be specified
on an element that does not have an ancestor <{a}> element
with an <{a/href}> attribute.
-
+
In this example the user is asked to identify a person in an image by
clicking on it. The server could respond to a click by confirming the
correct position or by asking the user to try again.
-
+
-
- The coordinates where the user clicks are send to the server with the
- request for the resource referenced by the <{a}> element’s
+
+ The coordinates where the user clicks are sent to the server with the
+ request for the resource referenced by the <{a}> element's
href attribute.
@@ -2332,7 +2337,7 @@
- The usemap and ismap attributes can result in confusing behavior
+ The usemap and <{img/ismap}> attributes can result in confusing behavior
when used together with <{source}> elements with the media attribute specified
in a <{picture}> element.
@@ -2349,7 +2354,7 @@
reflect the usemap content attribute.
The isMap IDL attribute must reflect
- the ismap content attribute.
+ the <{img/ismap}> content attribute.
The referrerPolicy IDL attribute must
reflect the <{img/referrerpolicy}> content attribute, limited to only known values.
@@ -4718,7 +4723,7 @@ attribute's value is a type that a plugin supports, then the value of the
If a nested browsing context is not created, e.g. for security reasons or due to incorrect implementation of the <{object/name3}> attribute,
+
If a nested browsing context is not created, e.g. for security reasons or due to incorrect implementation of the <{object/name3}> attribute,
the target attribute in this example will instead create a new browsing context - typically a new tab - whose browsing context name is the attribute's value, and the resource that the link references will be loaded there.
@@ -5710,11 +5715,11 @@ zero or more <{track}> elements, then
should not show this content to the user; it is intended for older Web browsers which do
not support <{audio}>, so that legacy audio plugins can be tried, or to show text to the
users of these older browsers informing them of how to access the audio contents.
-
+
In this example, a browser which does not support inline audio can present a download link to
the user.
-
+
-
+
This example shows how different audio files can be offered to the browser. If the browser does
not support a specific codec, it can play one of the alternative files offered.
-
+
This example also shows the boolean controls, autoplay, and
loop attributes.
-
+