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/global_attributes%2Fstyle.html | 57 ----------------------------- 1 file changed, 57 deletions(-) delete mode 100644 devdocs/html/global_attributes%2Fstyle.html (limited to 'devdocs/html/global_attributes%2Fstyle.html') diff --git a/devdocs/html/global_attributes%2Fstyle.html b/devdocs/html/global_attributes%2Fstyle.html deleted file mode 100644 index 607bd37e..00000000 --- a/devdocs/html/global_attributes%2Fstyle.html +++ /dev/null @@ -1,57 +0,0 @@ -

style

The style global attribute contains CSS styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the <style> element have mainly the purpose of allowing for quick styling, for example for testing purposes.

-

Try it

-
-

Note: This attribute must not be used to convey semantic information. Even if all styling is removed, a page should remain semantically correct. Typically it shouldn't be used to hide irrelevant information; this should be done using the hidden attribute.

-
-

Specifications

-
- - -
Specification
HTML Standard
# the-style-attribute
-

Browser compatibility

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
style1121Yes1514.41841411.0
-

See also

-

All global attributes.

-

- © 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/Global_attributes/style -

-
-- cgit v1.2.3