The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CssStyle.Property
arsd
dom
CssStyle
.
class
CssStyle
struct
Property {
bool
givenExplicitly
;
string
name
;
string
value
;
Specificity
specificity
;
}
Members
Variables
givenExplicitly
bool
givenExplicitly
;
this is false if for example the user said "padding" and this is "padding-left"
name
string
name
;
.
specificity
Specificity
specificity
;
.
value
string
value
;
.
Meta
Source
See Implementation
arsd
dom
CssStyle
constructors
this
functions
expandShortForm
getSpecificityOfRule
getValue
opDispatch
setValue
toString
structs
Property
unions
Specificity
variables
originatingRule
originatingSpecificity
properties
.