CSS: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(drafted)
 
(finished most of the rest of the things, a few things dropped, drop unmaintained dashboard & old meta bugs, forward to GeckoGoalsfor2021#CSS for current CSS priorities)
 
(136 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{stub}}
CSS is short for Cascading Style Sheets (CSS), and typically includes the full set of Selectors, CSS properties, values, and @-rules supported by browsers.


CSS is one of several web [[standards]].
For documentation on CSS, how to develop for it, use various properties, see:
* https://developer.mozilla.org/en/CSS
<span style="float:right">__TOC__</span>
= CSS =
= CSS =
This is the Mozilla wiki home page for Cascading Style Sheets (CSS).
== Priorities ==
* See [[GeckoGoalsfor2021#CSS]]


== properties ==
== properties ==
Please add subpages for each CSS property in alphabetical order.
Please add subpages for each (unprefixed) CSS property in alphabetical order.


* ...
* [[CSS/overflow|overflow]]
* ...
* ...
* [[CSS/text-overflow|text-overflow]]
* [[CSS/text-overflow|text-overflow]]
* ...
* ...


== see also ==
== Previously ==
* 2019 Metabug for CSS Priorities: https://bugzilla.mozilla.org/show_bug.cgi?id=1424418
* 2018 public input: https://twitter.com/t/status/939273644043366400
** Subsequently discussed by the Platform Layout team at [[Yallhands]] and by the Layout team at [[Mozlando2018]]
 
== See Also ==
{{Special:PrefixIndex/{{FULLPAGENAME}}/}}
* [[CSS3]]
* [[HTML5]]
* [[DOM]]
* [[Standards]]
* [[Standards]]
* [[CSS3]]
* [[Platform]]
* [https://developer.mozilla.org/en/CSS MDN: CSS home page]
* [https://wiki.csswg.org/ CSS Working Group Wiki]

Latest revision as of 17:51, 20 April 2021

CSS is short for Cascading Style Sheets (CSS), and typically includes the full set of Selectors, CSS properties, values, and @-rules supported by browsers.

CSS is one of several web standards.

For documentation on CSS, how to develop for it, use various properties, see:

CSS

Priorities

properties

Please add subpages for each (unprefixed) CSS property in alphabetical order.

Previously

See Also