diff --git a/sections/acknowledgements.include b/sections/acknowledgements.include index 97aa6acb2d..2f67b901be 100644 --- a/sections/acknowledgements.include +++ b/sections/acknowledgements.include @@ -73,6 +73,7 @@ Léonie Watson, Maciej Stachowiak, Mark Svancarek, + Martin Janecke, Marvin Woo 吴秀诚, Mike™ Smith, Mike West, diff --git a/sections/semantics-embedded-content.include b/sections/semantics-embedded-content.include index 3638fb0161..7f012dc6b8 100644 --- a/sections/semantics-embedded-content.include +++ b/sections/semantics-embedded-content.include @@ -710,7 +710,7 @@
sizes
- Image sizes between breakpointscrossorigin
- How the element handles crossorigin requestsusemap
- Name of image map to use ismap
- Whether the image is a server-side image mapwidth
- Horizontal dimensionheight
- Vertical dimensionreferrerpolicy
- Referrer policy for fetches initiated by the elementUsers who do not have a pointing device, or who cannot 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.
+ Theismap
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.
-
+
href
attribute.
- 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.
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.
@@ -4749,7 +4754,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.
controls
, autoplay
, and
loop
attributes.
-
+