From dd32b3d838fbce739e8e0d1200eaa85db3fef11e Mon Sep 17 00:00:00 2001
From: Anne van Kesteren
If the a
element's node document is not fully active, then abort these steps.
If the target of the click
event is an img
element with an ismap
attribute specified, then server-side
image map processing must be performed, as follows:
An element element cannot navigate if one of the following is true:
+ +a
element and is not connected.This is also used by form submission for
+ the form
element. The exception for a
elements is for compatibility with
+ web content.
When a user follows a hyperlink created by an element subject, optionally with a hyperlink suffix, the user agent must run the following steps:
If subject cannot navigate, then return.
Let replace be false.
If subject cannot navigate, then return.
Parse the URL given by
subject's href
attribute, relative to
@@ -38616,18 +38616,12 @@ interface HTMLAreaElement : HTMLElement {
The activation behavior of area
elements is to run the following
- steps:
If the area
element's node document is not fully
- active, then abort these steps.
Follow the hyperlink or download the hyperlink created by the area
- element, if any, and as determined by the download
- attribute and any expressed user preference.
The activation behavior of area
elements is to Follow the hyperlink or download the hyperlink created by the area
element, if any, and as
+ determined by the download
attribute and any
+ expressed user preference.
The IDL attributes If form is not connected, then return. If form cannot navigate, then return. This check is currently under discussion, and may be
- either removed or expanded. See issue
- #2615 and issue #2708. Let form document be the form's
- node document. Let form document be form's node document. If form document has no associated browsing context, or its active sandboxing flag
+ If form document's active sandboxing flag
set has its sandboxed forms browsing context flag set, then return. Let form browsing context be the browsing
alt
, coords
,
-