From b85b55d0077333ae05f6e7c2ce1ca09566ddc588 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 16 Mar 2021 16:19:18 +0100 Subject: [PATCH] Added missing attribute name references (#1712) (#3166) Added links to missing single-element and global attribute references. --- files/en-us/web/html/attributes/index.html | 82 +++++++++++----------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/files/en-us/web/html/attributes/index.html b/files/en-us/web/html/attributes/index.html index 2b60846953d32ef..49bec5b2c665cc2 100644 --- a/files/en-us/web/html/attributes/index.html +++ b/files/en-us/web/html/attributes/index.html @@ -34,7 +34,7 @@

Attribute list

List of types the server accepts, typically a file type. - accept-charset + accept-charset {{ HTMLElement("form") }} List of supported charsets. @@ -54,7 +54,7 @@

Attribute list

Specifies the horizontal alignment of the element. - allow + allow {{ HTMLElement("iframe") }} Specifies a feature-policy for the iframe. @@ -64,7 +64,7 @@

Attribute list

Alternative text in case an image can't be displayed. - async + async {{ HTMLElement("script") }} Executes the script asynchronously. @@ -128,7 +128,7 @@

Attribute list

From the {{SpecName('HTML Media Capture', '#the-capture-attribute','media capture')}}spec, specifies a new file can be captured. - challenge + challenge {{ HTMLElement("keygen") }} A challenge string that is submitted along with the public key. @@ -153,12 +153,12 @@

Attribute list

Often used with CSS to style elements with common properties. - code + code {{ HTMLElement("applet") }} Specifies the URL of the applet's class file to be loaded and executed. - codebase + codebase {{ HTMLElement("applet") }} This attribute gives the absolute or relative URL of the directory where applets' .class files referenced by the code attribute are stored. @@ -174,7 +174,7 @@

Attribute list

- cols + cols {{ HTMLElement("textarea") }} Defines the number of columns in a textarea. @@ -184,7 +184,7 @@

Attribute list

The colspan attribute defines the number of columns a cell should span. - content + content {{ HTMLElement("meta") }} A value associated with http-equiv or name depending on the context. @@ -204,7 +204,7 @@

Attribute list

Indicates whether the browser should show playback controls to the user. - coords + coords {{ HTMLElement("area") }} A set of values specifying the coordinates of the hot-spot region. @@ -219,7 +219,7 @@

Attribute list

Specifies the Content Security Policy that an embedded document must agree to enforce upon itself. - data + data {{ HTMLElement("object") }} Specifies the URL of the resource. @@ -234,17 +234,17 @@

Attribute list

Indicates the date and time associated with the element. - decoding + decoding {{ HTMLElement("img") }} Indicates the preferred method to decode the image. - default + default {{ HTMLElement("track") }} Indicates that the track should be enabled unless the user's preferences indicate something different. - defer + defer {{ HTMLElement("script") }} Indicates that the script should be executed after the page has been parsed. @@ -274,7 +274,7 @@

Attribute list

Defines whether the element can be dragged. - enctype + enctype {{ HTMLElement("form") }} Defines the content type of the form data when the method is POST. @@ -340,7 +340,7 @@

Attribute list

Prevents rendering of given element, while keeping child elements, e.g. script elements, active. - high + high {{ HTMLElement("meter") }} Indicates the lower bound of the upper range. @@ -355,12 +355,12 @@

Attribute list

Specifies the language of the linked resource. - http-equiv + http-equiv {{ HTMLElement("meta") }} Defines a pragma directive. - icon + icon {{ HTMLElement("command") }} Specifies a picture which represents the command. @@ -392,7 +392,7 @@

Attribute list

Provides a hint as to the type of data that might be entered by the user while editing the element or its contents. The attribute can be used with form controls (such as the value of textarea elements), or in elements in an editing host (e.g., using contenteditable attribute). - ismap + ismap {{ HTMLElement("img") }} Indicates that the image is part of a server-side image map. @@ -402,12 +402,12 @@

Attribute list

- keytype + keytype {{ HTMLElement("keygen") }} Specifies the type of key generated. - kind + kind {{ HTMLElement("track") }} Specifies the kind of text track. @@ -422,7 +422,7 @@

Attribute list

Defines the language used in the element. - language + language {{deprecated_inline}} {{ HTMLElement("script") }} Defines the script language used in the element. @@ -434,7 +434,7 @@

Attribute list

- list + list {{ HTMLElement("input") }} Identifies a list of pre-defined options to suggest to the user. @@ -444,12 +444,12 @@

Attribute list

Indicates whether the media should start playing from the start when it's finished. - low + low {{ HTMLElement("meter") }} Indicates the upper bound of the lower range. - manifest + manifest {{obsolete_inline}} {{ HTMLElement("html") }} Specifies the URL of the document's cache manifest.
Note: This attribute is obsolete, use <link rel="manifest"> instead.
@@ -476,7 +476,7 @@

Attribute list

Specifies a hint of the media for which the linked resource was designed. - method + method {{ HTMLElement("form") }} Defines which HTTP method to use when submitting the form. Can be GET (default) or POST. @@ -501,17 +501,17 @@

Attribute list

Name of the element. For example used by the server to identify the fields in form submits. - novalidate + novalidate {{ HTMLElement("form") }} This attribute indicates that the form shouldn't be validated when submitted. - open + open {{ HTMLElement("details") }} Indicates whether the details will be shown on page load. - optimum + optimum {{ HTMLElement("meter") }} Indicates the optimal numeric value. @@ -531,7 +531,7 @@

Attribute list

Provides a hint to the user of what can be entered in the field. - poster + poster {{ HTMLElement("video") }} A URL indicating a poster frame to show until the user plays or seeks. @@ -541,7 +541,7 @@

Attribute list

Indicates whether the whole resource, parts of it or nothing should be preloaded. - radiogroup + radiogroup {{ HTMLElement("command") }} @@ -566,12 +566,12 @@

Attribute list

Indicates whether this element is required to fill out or not. - reversed + reversed {{ HTMLElement("ol") }} Indicates whether the list should be displayed in a descending order instead of a ascending. - rows + rows {{ HTMLElement("textarea") }} Defines the number of rows in a text area. @@ -586,17 +586,17 @@

Attribute list

Stops a document loaded in an iframe from using certain features (such as submitting forms or opening new windows). - scope + scope {{ HTMLElement("th") }} Defines the cells that the header test (defined in the th element) relates to. - scoped + scoped {{non-standard_inline}} {{deprecated_inline}} {{ HTMLElement("style") }} - selected + selected {{ HTMLElement("option") }} Defines a value which will be selected on page load. @@ -616,7 +616,7 @@

Attribute list

- slot + slot Global attribute Assigns a slot in a shadow DOM shadow tree to an element. @@ -636,12 +636,12 @@

Attribute list

The URL of the embeddable content. - srcdoc + srcdoc {{ HTMLElement("iframe") }} - srclang + srclang {{ HTMLElement("track") }} @@ -651,7 +651,7 @@

Attribute list

One or more responsive image candidates. - start + start {{ HTMLElement("ol") }} Defines the first number if other than 1. @@ -666,7 +666,7 @@

Attribute list

Defines CSS styles which will override styles previously set. - summary + summary {{deprecated_inline}} {{ HTMLElement("table") }} @@ -717,7 +717,7 @@

Attribute list

- wrap + wrap {{ HTMLElement("textarea") }} Indicates whether the text should be wrapped.