diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-22 17:25:05 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-27 17:33:14 +0200 |
commit | 79e0d18a1deaf1cda6926132ab9e02fff3f931bb (patch) | |
tree | b965f66ffb1418444484cb26c5ae1c22f1b1d08d /components/style/selector_impl.rs | |
parent | 14dc1199dfe9c3815c580a73452e7bf4ba26998d (diff) | |
download | servo-79e0d18a1deaf1cda6926132ab9e02fff3f931bb.tar.gz servo-79e0d18a1deaf1cda6926132ab9e02fff3f931bb.zip |
Add some documentation to the style crate.
Diffstat (limited to 'components/style/selector_impl.rs')
-rw-r--r-- | components/style/selector_impl.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/style/selector_impl.rs b/components/style/selector_impl.rs index 6125415df78..29e3fa36927 100644 --- a/components/style/selector_impl.rs +++ b/components/style/selector_impl.rs @@ -1,6 +1,9 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +//! The pseudo-classes and pseudo-elements supported by the style system. + use element_state::ElementState; use properties::{self, ServoComputedValues}; use selector_matching::{USER_OR_USER_AGENT_STYLESHEETS, QUIRKS_MODE_STYLESHEET}; |