在此页

CSS3 is the latest evolution of the 级联样式表 language and aims at extending CSS2.1. It brings a lot of long-awaited novelties, like rounded corners, shadows, gradients , transitions or animations , as well as new layouts like multi-columns , flexible box or grid layouts. Experimental parts are vendor-prefixed and should either be avoided in production environments, or used with extreme caution as both their syntax and semantics can change in the future.

Modules and the standardization process

CSS Level 2 needed 9 years, from August 2002 to June 2011 to reach the Recommendation status. This was due to the fact that a few secondary features held back the whole specification. In order to accelerate the standardization of non-problematic features, the CSS Working Group of the W3C, in a decision referred as the Beijing doctrine , divided CSS in smaller components called 模块 . Each of these modules is now an independent part of the language and moves towards standardization at its own pace. While some modules are already W3C Recommendations, other still are early Working Drafts. New modules are also added when new needs are identified.

CSS Modules and Snapshots as defined since CSS3 Formally, there is no CSS3 standard per se . Each module being standardized independently, the standard CSS consists of CSS2.1 amended and extended by the completed modules, not necessary all with the same level number. At each point of time, a snapshot of the CSS standard can be defined, listing CSS2.1 and the mature modules.

The W3 consortium periodically publishes such snapshots, like in 2007 , 2010 , 2015 , 2017 ,和 2018 .

Though today no module with a level greater than 3 is standardized, this will change in the future. Some modules, like Selectors 4 or CSS Borders and Backgrounds Level 4 already have an Editor's Draft, though they haven't yet reached the First Published Working Draft status.

CSS modules status

Completed modules

A few CSS modules already became a standard as a W3C Recommendation. These should be no more changes.

CSS Color Module Level 3 推荐 since June 7th, 2011

添加 opacity property, and the hsl() , hsla() , rgba() and rgb() functions to create <color> values. It also defines the currentcolor keyword as a valid color.

transparent color is now a real color (thanks to the support for the alpha channel) and is a now an alias for rgba(0,0,0,0.0) .

It deprecates the system-color keywords that shouldn't be used in a production environment anymore .

CSS Namespaces Module 推荐 since September 29th, 2011

Adds the support for the XML Namespaces by defining the notion of CSS qualified name , using the ' | ' syntax and adding the @namespace CSS at-rule.

Selectors Level 3 推荐 since September 29th, 2011

Adds:

next iteration of the Selectors specification is already in progress, though it still hasn't reached the First Public Working Draft stage.

Media Queries 推荐 since June 19th, 2012

Extends the former media type ( print , screen , ) to a full language allowing queries on the device media capabilities like only screen and (color) .

Media queries are not only used in CSS document but also in some attributes of HTML Elements, like the media 属性在 <link> 元素。

next iteration of this specification is in the work, allowing to tailor a Web site regarding the input methods available on the user agent, with new media features like hover or pointer . Detection of EcmaScript support, using the script media features is also proposed.

CSS Style Attributes 推荐 since November 7th, 2013
Formally defines the syntax of the content of the HTML style 全局属性。
CSS Fonts Module Level 3 候选推荐 since September 20th, 2018

Amends the CSS2.1 Font matching algorithm to be closer to what is really implemented.

Adds:

CSS Basic User Interface Module Level 3 推荐 since June 21st, 2018

Adds:

  • The ability to tweak the box model using the CSS box-sizing 特性。
    At risk: due to insufficient browser support, standardization of the padding-box value may be postponed to the next iteration of this module.
  • Allow the styling of forms according their content using the CSS :indeterminate , :default , :valid , :invalid , :in-range , :out-of-range , :required , :optional , :read-only ,和 :read-write pseudo-classes and the ::value , ::choices , ::repeat-item ,和 ::repeat-index pseudo-elements.
    At risk: due to insufficient browser support, standardization of the pseudo-elements ::value , ::choices , ::repeat-item ,和 ::repeat-index may be postponed to the next iteration of this module .
  • Support for icons, defined by the CSS icon property simultaneously with the new icon value of the CSS content 特性。
    At risk: due to insufficient browser support, standardization of the icon property and the icon value may be postponed to CSS4.
  • Support for the CSS outline-offset property giving more control on the position of the outline.
  • Support for the CSS resize property allowing Web authors to control if and how elements should be resized.
  • Support for the CSS text-overflow property defining how text overflows, if needed.
    At risk: due to insufficient browser support, the 2-value syntax of this property as well as the support for <string> values may be postponed to the next iteration of this module.
  • The ability to define the hotspot of a cursor as well as the new none , context-menu , cell , vertical-text , alias , copy , no-drop , not-allowed , nesw- resize , nwse- resize , col-resize , row-resize , all-scroll , zoom-in , zoom-out , extending the cursor 特性。
  • The ability to specify the sequential navigation order (that is the tabbing order ) using the CSS nav-index , nav-up , nav-right , nav-left , nav-down 特性。
    At risk: due to insufficient browser support, standardization of the navigation properties may be postponed to the next iteration of this module.
  • The ability to control the usage of an IME editor, using the CSS ime-mode 特性。
    At risk: due to insufficient browser support, standardization of the ime-mode property may be postponed to the next iteration of this module.

An early list of what could be in the next iteration of the CSS Basic User Interface Module is available .

Stable modules

A few CSS modules are already fairly stable and have reached one of the three recommendation level of the CSSWG: Candidate Recommendation, Proposed Recommendation or Recommendation. These can be used without prefix and are pretty stable, though a few features can still be dropped at the Candidate Recommendation stage.

These modules extend and amend the CSS2.1 specification which build the core of the specification. Together with it, they are the current snapshot of the CSS specification.

CSS Backgrounds and Borders Module Level 3 候选推荐

Adds:

CSS4 iteration of the Backgrounds and Borders specification is already in progress, though it still hasn't reached the First Public Working Draft stage, it plans to add the ability to clip a border (with the CSS border-clip , border-clip-top , border-clip-right , border-clip-bottom ,和 border-clip-left properties) or to control the shape of the border in a corner (using the CSS border-corner-shape property).

CSS Conditional Rules Module Level 3 候选推荐
Adds features for conditional processing of parts of style sheets, conditioned on capabilities of the browser or the document the style sheet is being applied to. It consists mainly in allowing nested at-rules inside @media and the adding of a new CSS at-rule, @supports , and a new DOM method CSS.supports() .
CSS Multi-column Layout Module 工作草案
Adds support for easy multi-column layouts using the CSS columns , column-count , column-fill , column-gap , column-rule , column-rule-color , column-rule-style , column-rule-width , column-span , column-width , break-after , break-before ,和 break-inside .
CSS Values and Units Module Level 3 候选推荐

Makes initial and inherit keywords usable on any CSS property.

Formally defines the CSS data types of CSS 2.1, that were implicitely defined by their grammar token and some textual precisions.

Adds:

  • Definition for new font-relative length units: rem and ch .
  • Definition for viewport-relative length units: vw , vh , vmax ,和 vmin .
  • Precision about the real size of the absolute length units, which are not really absolute, but defined in relation with the reference pixel .
  • Definition for <angle> , <time> , <frequency> , <resolution> .
  • Normative value to the definition of <color> , <image> ,和 <position> .
  • Definition for the calc() , attr() ,和 toggle() functional notations.
    At risk: due to insufficient browser support, standardization of the calc() , attr() ,和 toggle() functional notations may be postponed to the next iteration of this module .

Several types definition, like <ident> and <custom-ident> , have been deferred to CSS Values and Units Module Level 4.

CSS Flexible Box Layout Module 候选推荐
Add a flexbox layout to the CSS display property and several new CSS properties to control it: flex , flex-align , flex-direction , flex-flow , flex-item-align , flex-line-pack , flex-order , flex-pack ,和 flex-wrap .
CSS Cascading and Inheritance Level 3 候选推荐

Adds:

Clarifies:

  • Interaction of media-dependent @import statements and style sheet loading requirements.
CSS Writing Modes Module Level 3 Proposed Recommendation
Defines the writing modes of both horizontal and vertical scripts and clarifies how the CSS direction and unicode-bidi properties interact with the new CSS text-orientation property, and extends them where needed.
CSS Counter Styles Level 3 候选推荐
 

Testing modules

CSS Images Module Level 3 候选推荐

Defines the <image> data type.

Extends the url() syntax to support image slices using media fragments.

Adds:

  • dppx unit to the <resolution> data type.
  • image() function as a more flexible alternative to url() to define an image from an url.
    At risk: due to insufficient browser support, standardization of the image() function may be postponed to the next iteration of this module.
  • 支持 linear-gradient() , repeating-linear-gradient() , radial-gradient() and repeating-radial-gradient() .
  • The ability to define how a replaced element should fit in its element, using the CSS object-fit 特性。
    At risk: due to insufficient browser support, standardization of the object-fit and property may be postponed to the next iteration of this module.
  • The ability to override the resolution and orientation of an external image using the CSS image-resolution and image-orientation 特性。
    At risk : due to insufficient browser support, standardization of the image-resolution and image-orientation properties may be postponed to the next iteration of this module

CSS Image Values and Replaced Content Level 4 which will supersede CSS Image Level 3 is in development and is a 工作草案 .

CSS Speech Module 候选推荐
Defines the speech media type, an aural formatting model and numerous properties specific for speech-rendering user agents.
CSS Text Decoration Module Level 3 候选推荐

Extends:

Adds:

Clarifies:

  • The paint order of the decorations.

At risk: due to insufficient browser support, standardization of the text-decoration-skip , line positioning rules and the ability to place both emphasis marks and ruby above the same base text may be postponed to the next iteration of this module .

CSS Shapes Module Level 1 候选推荐
Defines geometric shapes, which can be applied to floats. These shapes describe areas, around which inline content wraps instead of wrapping around the bounding box.
CSS Masking Module Level 1 候选推荐
Defines a way for partially or fully hiding portions of visual elements. It describes how to use another graphical element or image as a luminance or alpha mask.
CSS Fragmentation Module Level 3 候选推荐
Defines how partitions of a Web page should happen, that is page, column breaks, and widows and orphans handling.

Adds:

  • Support for defining the behavior of decorations, that is borders and background colors or images, when a box is breaked (at a page, column or line-break) with the CSS box-decoration-break 特性。
CSS Custom Properties for Cascading Variables Module Level 1 候选推荐
Defines a mechanism allowing to define variables in CSS.
Compositing and Blending Level 1 候选推荐
 
CSS Syntax Level 3 候选推荐
Clarifies how charsets are determined; minor changes in parsing and tokenization algorithms.
CSS 栅格布局 候选推荐
Add a grid layout to the CSS display property and several new CSS properties to control it: grid , grid-area , grid-auto-columns , grid-auto-flow , grid-auto-position , grid-auto-rows , grid-column , grid-column-start , grid-column-end , grid-row , grid-row-start , grid-row-end , grid-template , grid-template-areas , grid-template-rows ,和 grid-template-columns .
CSS Display Module Level 3 候选推荐
 
CSS Will Change Module Level 1 候选推荐
 
Media Queries Level 4 候选推荐
 
Geometry Interfaces Module Level 1 候选推荐
 
CSS Cascading and Inheritance Level 4 候选推荐
 
CSS Scroll Snap Module Level 1 候选推荐
 
CSS Painting API Level 1 工作草案
 
CSS Containment Module Level 1 推荐
 
CSS Writing Modes Level 4 候选推荐
 

Modules in the refining phase

Specifications that are deemed to be in the refining phase are already fairly stable. Though changes are still expected, they shouldn't create incompatibilities with current implementations; they should mainly define behavior in edge cases.

CSS 动画 工作草案
Allows the definition of animations effects by adding the CSS animation , animation-delay , animation-direction , animation-duration , animation-fill-mode , animation-iteration-count , animation-name , animation-play-state ,和 animation-timing-function properties, as well as the @keyframes at-rule.
Web 动画 工作草案
 
CSS Text Module Level 3 工作草案

Extends:

  • the CSS text-transform property with the value full-width .
  • the CSS text-align property with the value start , end , start end ,和 match-parent for a better support of documents with multiple directionalities of text.
  • the CSS text-align property with a <string> value to align on that character. This is useful to align number on the decimal point.
  • the CSS word-spacing and letter-spacing properties with range constraints to control flexibility in justification.

Adds:

A few features present in early CSS Text Level 3 draft have being postponed to the next iteration of this module .

CSS Transforms Level 1 工作草案

Adds:

  • the support of bi-dimensional transforms to be applied to any element using the CSS transform and transform-origin properties. The supported transforms are: matrix () , translate() , translateX() , translateY() , scale() , scaleX() , scaleY() , rotate() , skewX() ,和 skewY() .
  • the support of tri-dimensional transforms to be applied to any element by adding the CSS transform-style , perspective , perspective-origin ,和 backface-visibility properties and extended the transform property with the following transforms are: matrix 3d() , translate3d() , translateZ() , scale3d() , scaleZ() , rotate3d() , rotateX () , rotateY () , rotateZ() ,和 perspective() .

注意: this specification is a merge of CSS 2D-Transforms, CSS 3D-Transforms and SVG transforms.

CSS Transitions 工作草案
Allows the definition of transitions effects between two properties values by adding the CSS transition , transition-delay , transition-duration , transition-property ,和 transition-timing-function 特性。
CSS Box Alignment Module Level 3 工作草案
 
Selectors Level 4 工作草案
 
CSS Lists Module Level 3 工作草案
Extends the list counter mechanism so that list markers can be styled and Web developers can define new list counter schemes.
Motion Path Module Level 1 工作草案
 
CSS Fonts Module Level 4 工作草案
 
CSS Easing Functions Level 1 工作草案
 
CSS Logical Properties and Values Level 1 编者草案
 

Modules in the revising phase

Modules that are in the revising phase are much less stable than those in the refining phase. Often the syntax is still under scrutiny and may evolve a lot, in a non-compatible way. Alternative syntaxes are tested and often implemented.

CSS Paged Media Module Level 3 工作草案
 
CSSOM (CSS 对象模型) 视图模块 工作草案
 
CSS Intrinsic & Extrinsic Sizing Module Level 3 工作草案
 
CSS Ruby Layout Module Level 1 工作草案
 
CSS Overflow Module Level 3 工作草案
 
CSS 基本 Box 模型 工作草案
 
CSS Scrollbars Level 1 工作草案
 

Modules in the exploring phase

CSS Backgrounds and Borders Level 4 工作草案
 
CSS Device Adaptation 工作草案
Adds a new at-rule, @viewport , allowing to specify the size, zoom factor, and orientation of the viewport that is used as the base for the initial containing block.
CSS Exclusions Module Level 1 工作草案
Extends the floats mechanism to define exclusion regions in any positioning scheme. Adds the notion of shapes, in which content must flows.
Filter Effects Module Level 1 工作草案
 
CSS Generated Content for Paged Media Module 工作草案
Adds the ability to tailor printed version of a document by allowing to control header, footer but also references tables like indexes or tables of content.
CSS Page Floats 工作草案
 
CSS 栅格布局 未知
 
CSS Line Grid Module Level 1 工作草案
 
CSS Positioned Layout Module Level 3 工作草案
 
CSS Regions Module Level 1 工作草案
Defines a new mechanism allowing content to flow across, eventually non-contiguous, multiple areas called regions.
CSS Object Model (CSSOM) 工作草案
 
CSS Font Loading Module Level 3 工作草案
 
CSS Scoping Module Level 1 工作草案
 
CSS Inline Layout 工作草案
 
CSS Images Module Level 4 工作草案

Extends:

  • the image() functional notation to describe the directionality of the image ( rtl or ltr ), allowing for bidi-sensitive images.
  • the image-orientation property by adding the keyword from-image , allowing to follow EXIF data stored into images to be considered.

Adds:

  • the image-set() functional notation to allow the definition to equivalent images at different resolution allowing for resolution-negotiated selection of images.
  • the element() functional notation allowing the use of part of the page as image.
  • the cross-fade() functional notation allowing to refer to intermediate images when transitioning between two images and defines the interpolation between two images.
  • the conic-gradient() and repeating-conic-gradient() functional notation describing a new type of gradient.
  • the image-rendering property that allow to define how resize of the object should be handled.

Modules in the rewriting phase

Modules that are in the rewriting phase are outdated and require to be rewritten. The syntax is still under scrutiny and may evolve a lot, in a non-compatible way. Alternative syntaxes are tested and often implemented.

CSS Generated Content Module Level 3 工作草案
 

Abandoned modules

Non-element Selectors Module Level 1 工作草案
 

元数据

  • 最后修改:

Copyright  © 2014-2026 乐数软件    

工业和信息化部: 粤ICP备14079481号-1