From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/html/element%2Fdata.html | 80 ---------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 devdocs/html/element%2Fdata.html (limited to 'devdocs/html/element%2Fdata.html') diff --git a/devdocs/html/element%2Fdata.html b/devdocs/html/element%2Fdata.html deleted file mode 100644 index c3adf645..00000000 --- a/devdocs/html/element%2Fdata.html +++ /dev/null @@ -1,80 +0,0 @@ -

<data>: The Data element

The <data> HTML element links a given piece of content with a machine-readable translation. If the content is time- or date-related, the <time> element must be used.

-

Try it

-
-
Content categories Flow content, phrasing content, palpable content.
Permitted content -Phrasing content.
Tag omission None, both the starting and ending tag are mandatory.
Permitted parents Any element that accepts phrasing content.
Implicit ARIA role generic
Permitted ARIA roles Any
DOM interface HTMLDataElement
-
-

Attributes

-
-

This element's attributes include the global attributes.

value

This attribute specifies the machine-readable translation of the content of the element.

-
-

Examples

-
-

The following example displays product names but also associates each name with a product number.

-

html

-
<p>New Products</p>
-<ul>
-  <li><data value="398">Mini Ketchup</data></li>
-  <li><data value="399">Jumbo Ketchup</data></li>
-  <li><data value="400">Mega Jumbo Ketchup</data></li>
-</ul>
-
-
-
-

Result

-
- - -
-

Specifications

-
- - -
Specification
HTML Standard
# the-data-element
-

Browser compatibility

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
data62≤1822No491062622246108.0
-

See also

-
-

- © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/data -

-
-- cgit v1.2.3