Skip to content

Instantly share code, notes, and snippets.

@ptb
Created January 17, 2014 16:33
Show Gist options
  • Select an option

  • Save ptb/8476492 to your computer and use it in GitHub Desktop.

Select an option

Save ptb/8476492 to your computer and use it in GitHub Desktop.
CSS Reference
!!! 5
%html{:lang => 'en', :xmlns => 'http://www.w3.org/1999/xhtml'}
%head
%meta{:charset => 'utf-8'}/
%title CSS Reference and Sort Order
:sass
body
counter-reset: linenumbers
margin-left: 2em
li:before
text-align: right
counter-increment: linenumbers
content: counter(linenumbers)
position: absolute
left: 0
width: 2.5em
color: #999
color: rgba(0, 0, 0, 0.4)
li
//list-style-type: none
a
//color: rgba(51, 51, 51, 0.25)
//text-decoration: none
//display: none
//&[class~='i1-0'], &[class~='i1-1'], &[class~='i1-1-1'],
//&[class~='i2-0'], &[class~='i3-0'], &[class~='i4-0'],
//&[class~='i5-0'], &[class~='s1-0'], &[class~='s1-1'],
//&[class~='s1-2'], &[class~='s1-3'], &[class~='s2-0'],
//&[class~='s3-0'], &[class~='s3-1'], &[class~='s4-0'],
//&[class~='s4-0-3'], &[class~='s5-0']
// &:not([class~='k'])
// color: #f00
// display: inline
//&[class~='s1-0'], &[class~='s1-1'], &[class~='s1-2'],
//&[class~='s1-3'], &[class~='s2-0'], &[class~='s3-0'],
//&[class~='s3-1'], &[class~='s4-0'], &[class~='s4-0-3'],
//&[class~='s5-0']
// &:not([class~='k'])
// color: #f00
// display: inline
//&[class~='i1-0'], &[class~='i1-1'], &[class~='i1-1-1'],
//&[class~='i2-0'], &[class~='i3-0'], &[class~='i4-0'],
//&[class~='i5-0']
// &:not([class~='k'])
// color: #f00
// display: inline
h2 a
//display: inline
//a[href^='https://developer.apple']
// &[class~='i1-0']
// &:after
// content: ' (iOS 1.0 or later)'
// &[class~='i1-1']
// &:after
// content: ' (iOS 1.1 or later)'
// &[class~='i1-1-1']
// &:after
// content: ' (iOS 1.1.1 or later)'
// &[class~='i2-0']
// &:after
// content: ' (iOS 2.0 or later)'
// &[class~='i3-0']
// &:after
// content: ' (iOS 3.0 or later)'
// &[class~='i4-0']
// &:after
// content: ' (iOS 4.0 or later)'
// &[class~='i5-0']
// &:after
// content: ' (iOS 5.0 or later)'
//
// &[class~='s1-0']
// &:after
// content: ' (Safari 1.0 or later)'
// &[class~='s1-1']
// &:after
// content: ' (Safari 1.1 or later)'
// &[class~='s1-2']
// &:after
// content: ' (Safari 1.2 or later)'
// &[class~='s1-3']
// &:after
// content: ' (Safari 1.3 or later)'
// &[class~='s2-0']
// &:after
// content: ' (Safari 2.0 or later)'
// &[class~='s3-0']
// &:after
// content: ' (Safari 3.0 or later)'
// &[class~='s3-1']
// &:after
// content: ' (Safari 3.1 or later)'
// &[class~='s4-0']
// &:after
// content: ' (Safari 4.0 or later)'
// &[class~='s4-0-3']
// &:after
// content: ' (Safari 4.0.3 or later)'
// &[class~='s5-0']
// &:after
// content: ' (Safari 5.0 or later)'
//
// &[class~='i1-0'], &[class~='i1-1'], &[class~='i1-1-1'],
// &[class~='i2-0'], &[class~='i3-0'], &[class~='i4-0'],
// &[class~='i5-0']
// &:not([class~='s1-0']):not([class~='s1-1']):not([class~='s1-2']):not([class~='s1-3']):not([class~='s2-0']):not([class~='s3-0']):not([class~='s3-1']):not([class~='s4-0']):not([class~='s4-0-3']):not([class~='s5-0'])
// &:after
// // iOS-only
//
// &[class~='i4-0'], &[class~='i5-0']
// &:after
// // excludes original iPhone
//
// &[class~='s1-0'], &[class~='s1-1'], &[class~='s1-2'],
// &[class~='s1-3'], &[class~='s2-0'], &[class~='s3-0'],
// &[class~='s3-1'], &[class~='s4-0'], &[class~='s4-0-3'],
// &[class~='s5-0']
// &:not([class~='i1-0']):not([class~='i1-1']):not([class~='i1-1-1']):not([class~='i2-0']):not([class~='i3-0']):not([class~='i4-0']):not([class~='i5-0'])
// // desktop-only
%body
%h2
%a{:href => 'http://www.w3.org/TR/css3-writing-modes/'} Writing Modes
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-rtl-ordering'} -webkit-rtl-ordering
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-writing-modes/#direction0'} direction
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-direction'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/direction'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530750.aspx'}  
%li
%a.s1-3.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-writing-modes/#unicode-bidi0'} unicode-bidi
%a.s1-3.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-unicode-bidi'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/unicode-bidi'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531178.aspx'}  
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531187.aspx'} -ms-writing-mode
%li
%a{:href => 'http://www.w3.org/TR/css3-writing-modes/#writing-mode1'} writing-mode
%li
%a{:href => 'http://www.w3.org/TR/css3-writing-modes/#text-orientation0'} text-orientation
%li
%a{:href => 'http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal0'} text-combine-horizontal
%h2
%a{:href => 'http://www.w3.org/TR/css3-text/'} Text
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-text/#text-transform0'} text-transform
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-text-transform'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-transform'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531175.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-text/#white-space0'} white-space
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-white-space'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/white-space'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531182.aspx'}  
%li
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/tab-size'} -moz-tab-size
%li
%a{:href => 'http://www.w3.org/TR/css3-text/#tab-size1'} tab-size
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-line-break'} -webkit-line-break
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-line-break'} -khtml-line-break
%li
%a{:href => 'http://www.w3.org/TR/css3-text/#line-break1'} line-break
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530782.aspx'} -ms-word-break
%li
%a.s3-0.i2-0.f15-0.g15-0{:href => 'http://www.w3.org/TR/css3-text/#word-break0'} word-break
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-word-break'}  
%a.f15-0.g15-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/word-break'}  
%li
%a.f6-0.g6-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/hyphens'} -moz-hyphens
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh771871.aspx'} -ms-hyphens
%li
%a{:href => 'http://www.w3.org/TR/css3-text/#hyphens0'} hyphens
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531186.aspx'} -ms-word-wrap
%li
%a.s2-0.i1-0.f3-5.g1-9-1{:href => 'http://www.w3.org/TR/css3-text/#word-wrap'} word-wrap
%a.s2-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-word-wrap'}  
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/word-wrap'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-text/#overflow-wrap0'} overflow-wrap
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-text/#text-align0'} text-align
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-text-align'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-align'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531162.aspx'}  
%li
%a.f12-0.g12-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-align-last'} -moz-text-align-last
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531163.aspx'} -ms-text-align-last
%li
%a{:href => 'http://www.w3.org/TR/css3-text/#text-align-last0'} text-align-last
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531172.aspx'} -ms-text-justify
%li
%a{:href => 'http://www.w3.org/TR/css3-text/#text-justify0'} text-justify
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-text/#word-spacing0'} word-spacing
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-word-spacing'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/word-spacing'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531185.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-text/#letter-spacing0'} letter-spacing
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-letter-spacing'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/letter-spacing'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530780.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-text/#text-indent0'} text-indent
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-text-indent'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-indent'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531171.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-text/#hanging-punctuation0'} hanging-punctuation
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-nbsp-mode'} -webkit-nbsp-mode
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-nbsp-mode'} -khtml-nbsp-mode
%h2
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/'} Text Decoration
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-decoration'} text-decoration
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-text-decoration'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-decoration'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531165.aspx'}  
%ul
%li
%a.f6-0.g6-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-decoration-line'} -moz-text-decoration-line
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-decoration-line'} text-decoration-line
%li
%a.f6-0.g6-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-decoration-style'} -moz-text-decoration-style
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-decoration-style'} text-decoration-style
%li
%a.f6-0.g6-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-decoration-color'} -moz-text-decoration-color
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-decoration-color'} text-decoration-color
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-decoration-skip'} text-decoration-skip
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531176.aspx'} -ms-text-underline-position
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-underline-position'} text-underline-position
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-underline-position'}  
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-emphasis'} text-emphasis
%ul
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-emphasis-style'} text-emphasis-style
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-emphasis-color'} text-emphasis-color
%li
%a{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-emphasis-position'} text-emphasis-position
%li
%a.s1-1.i1-0.f3-5.g1-9-1.ie{:href => 'http://www.w3.org/TR/css-text-decor-3/#text-shadow'} text-shadow
%a.s1-1.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-text-shadow'}  
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-shadow'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh771872.aspx'}  
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-text-fill-color'} -webkit-text-fill-color
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_text_stroke'} -webkit-text-stroke
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-text-stroke-width'} -webkit-text-stroke-width
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-text-stroke-color'} -webkit-text-stroke-color
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-text-security'} -webkit-text-security
%h2
%a{:href => 'http://www.w3.org/TR/css3-fonts/'} Fonts
%ul
%li
%a.s3-1.f3-5.g1-9-1.ie{:href => 'http://www.w3.org/TR/css3-fonts/#font-face-rule'} @font-face
%a.s3-1{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/OtherStandardCSS3Features.html#//apple_ref/doc/uid/TP40007601-SW2'}  
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/@font-face'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530757.aspx'}  
%ul
%li
%a.s3-1{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-font-family'} font-family
%li
%a.s3-1{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-src'} src
%a.s3-1{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-src'}  
%li
%a.s3-1{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-font-style'} font-style
%li
%a.s3-1{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-font-weight'} font-weight
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-font-stretch'} font-stretch
%li
%a.s3-1{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-unicode-range'} unicode-range
%a.s3-1{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-unicode_range'}  
%li
%a.s3-1{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-font-variant'} font-variant
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#descdef-font-feature-settings'} font-feature-settings
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-feature-settings'}  
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font'} font
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-font'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530756.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-style'} font-style
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-font-style'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530760.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-variant'} font-variant
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-font-variant'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-variant'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530761.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-weight'} font-weight
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-font-weight'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-weight'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530762.aspx'}  
%li
%a.f9-0.g9-0.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-stretch'} font-stretch
%a.f9-0.g9-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-stretch'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127324.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-size'} font-size
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-font-size'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-size'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530759.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height'} line-height
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-line-height'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/line-height'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530784.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-family'} font-family
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-font-family'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-family'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530758.aspx'}  
%li
%a.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-text-size-adjust'} -webkit-text-size-adjust
%li
%a.f3-0.g1-9.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-size-adjust'} font-size-adjust
%a.f3-0.g1-9{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-size-adjust'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127323.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-synthesis'} font-synthesis
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-kerning'} font-kerning
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-variant-ligatures'} font-variant-ligatures
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-variant-position'} font-variant-position
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-variant-caps'} font-variant-caps
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-variant-numeric'} font-variant-numeric
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-variant-alternates'} font-variant-alternates
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-variant-east-asian'} font-variant-east-asian
%li
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/font-feature-settings'} -moz-font-feature-settings
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-feature-settings'} font-feature-settings
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh869409.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#propdef-font-language-override'} font-language-override
%li
%a{:href => 'http://www.w3.org/TR/css3-fonts/#font-feature-values'} @font-feature-values
%h2
%a{:href => 'http://www.w3.org/TR/css3-lists/'} Lists and Counters
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-lists/#list-style'} list-style
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-list-style'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/list-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530789.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-lists/#list-style-type'} list-style-type
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-list_style_type'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/list-style-type'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530797.aspx'}  
%li
%a.s1-0.i1-0.ie{:href => 'http://www.w3.org/TR/css3-lists/#list-style-position'} list-style-position
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-list_style_position'}  
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/list-style-position'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530795.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-lists/#list-style-image'} list-style-image
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-list_style_image'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/list-style-image'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530793.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#display-marker'} display: marker
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#counter-style'} @counter-style
%ul
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-type'} type
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-negative'} negative
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-prefix'} prefix
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-suffix'} suffix
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-range'} range
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-fallback'} fallback
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-glyphs'} glyphs
%li
%a{:href => 'http://www.w3.org/TR/css3-lists/#descdef-additive-glyphs'} additive-glyphs
%h2
%a{:href => 'http://www.w3.org/TR/CSS21/tables.html'} Tables
%ul
%li
%a.s1-0.i1-0.f1-0.ie{:href => 'http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side'} caption-side
%a{:href => 'http://www.w3.org/TR/css3-writing-modes/#caption-side'}  
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-caption-side'}  
%a.f1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/caption-side'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304060.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout'} table-layout
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-table-layout'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/table-layout'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531161.aspx'}  
%li
%a.s1-2.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse'} border-collapse
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-collapse'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-collapse'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530728.aspx'}  
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-horizontal-spacing'} -webkit-border-horizontal-spacing
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-horizontal-spacing'} -khtml-border-horizontal-spacing
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-vertical-spacing'} -webkit-border-vertical-spacing
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-vertical-spacing'} -khtml-border-vertical-spacing
%li
%a.s1-2.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing'} border-spacing
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-spacing'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-spacing'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304069.aspx'}  
%li
%a.s1-2.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/CSS21/tables.html#propdef-empty-cells'} empty-cells
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-empty-cells'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/empty-cells'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc848860.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-content/'} Generated and Replaced Content
%ul
%li
%a{:href => 'http://www.w3.org/TR/css3-content/#move-to'} move-to
%li
%a{:href => 'http://www.w3.org/TR/css3-content/#display'} display
%li
%a.f1-5.ie{:href => 'http://www.w3.org/TR/css3-content/#quotes'} quotes
%a.f1-5{:href => 'https://developer.mozilla.org/en-US/docs/CSS/quotes'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/dd229918.aspx'}  
%li
%a.s3-0.i1-0.f1-0.ie{:href => 'http://www.w3.org/TR/css3-content/#counter-increment'} counter-increment
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-counter-increment'}  
%a.f1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/counter-increment'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc848858.aspx'}  
%li
%a.s3-0.f1-0{:href => 'http://www.w3.org/TR/css3-content/#counter-increment'} counter-reset
%a.s3-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-counter-reset'}  
%a.f1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/counter-reset'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc848859.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-content/#page-policy0'} page-policy
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-content/#content'} content
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-content'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/content'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304061.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-content/#crop'} crop
%h2
%a{:href => 'http://www.w3.org/TR/css3-ui/'} Basic User Interface
%ul
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#content'} content
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#icon'} icon
%li
%a.s3-0.i1-1{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-sizing'} -webkit-box-sizing
%li
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/box-sizing'} -moz-box-sizing
%li
%a.i1-0.ie{:href => 'http://www.w3.org/TR/css3-ui/#box-sizing0'} box-sizing
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/dd183522.aspx'}  
%li
%a.s1-2.i1-0.f1-5.g1-8.ie{:href => 'http://www.w3.org/TR/css3-ui/#outline0'} outline
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-outline'}  
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/outline'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304063.aspx'}  
%ul
%li
%a.s1-2.i1-0.f1-5.g1-8.ie{:href => 'http://www.w3.org/TR/css3-ui/#outline-color0'} outline-color
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-outline-color'}  
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/outline-color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304064.aspx'}  
%li
%a.s1-2.i1-0.f1-5.g1-8.ie{:href => 'http://www.w3.org/TR/css3-ui/#outline-style0'} outline-style
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-outline-style'}  
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/outline-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304065.aspx'}  
%li
%a.s1-2.i1-0.f1-5.g1-8.ie{:href => 'http://www.w3.org/TR/css3-ui/#outline-width0'} outline-width
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-outline-width'}  
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/outline-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304066.aspx'}  
%li
%a.s1-2.i1-0.f1-5.g1-8{:href => 'http://www.w3.org/TR/css3-ui/#outline-offset0'} outline-offset
%a.s1-2.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-outline-offset'}  
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/outline-offset'}  
%li
%a.s3-0.i1-0.f4-0.g2-0{:href => 'http://www.w3.org/TR/css3-ui/#resize0'} resize
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-resize'}  
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/resize'}  
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531174.aspx'} -ms-text-overflow
%li
%a.s1-0.i1-0.f7-0.g7-0{:href => 'http://www.w3.org/TR/css3-ui/#text-overflow0'} text-overflow
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-text-overflow'}  
%a.f7-0.g7-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/text-overflow'}  
%li
%a.s1-2.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-ui/#cursor0'} cursor
%a.s1-2{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-cursor'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/cursor'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/aa358795.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#nav-index0'} nav-index
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#nav-up'} nav-up
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#nav-right'} nav-right
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#nav-down'} nav-down
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#nav-left'} nav-left
%li
%a{:href => 'http://www.w3.org/TR/css3-ui/#ime-mode'} ime-mode
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_appearance'} -webkit-appearance
%li
%a.s3-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-user-drag'} -webkit-user-drag
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-user-drag'} -khtml-user-drag
%li
%a.s3-0.i5-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-user-modify'} -webkit-user-modify
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-user-modify'} -khtml-user-modify
%li
%a.s3-0.i3-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-user-select'} -webkit-user-select
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-user-select'} -khtml-user-select
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh781492.aspx'} -ms-user-select property
%li
%a.s4-0.f3-6.g1-9-2{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW23'} pointer-events
%a.f3-6.g1-9-2{:href => 'https://developer.mozilla.org/en-US/docs/CSS/pointer-events'}  
%li
%a.s3-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-dashboard-region'} -webkit-dashboard-region
%li
%a.s2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-dashboard-region'} -apple-dashboard-region
%li
%a.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_touch_callout'} -webkit-touch-callout
%h2
%a{:href => 'http://www.w3.org/TR/css3-positioning/'} Positioned Layout
%ul
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-positioning/#position'} position
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-position'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/position'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531140.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-positioning/#top'} top
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-top'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/top'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531177.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-positioning/#right'} right
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-right'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/right'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531149.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-positioning/#bottom'} bottom
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-bottom'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/bottom'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530745.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-positioning/#left'} left
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-left'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/left'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530778.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-positioning/#clip'} clip
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-clip'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/clip'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530748.aspx'}  
%li
%a.s1-0.i1-0.f3-0.g1-9.ie{:href => 'http://www.w3.org/TR/css3-positioning/#z-index'} z-index
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-z-index'}  
%a.f3-0.g1-9{:href => 'https://developer.mozilla.org/en-US/docs/CSS/z-index'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531188.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-box/'} Basic Box Model
%ul
%li
%a.s1-0.i1-0.f3-0.g1-9.ie{:href => 'http://www.w3.org/TR/css3-box/#display'} display
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-display'}  
%a.f3-0.g1-9{:href => 'https://developer.mozilla.org/en-US/docs/CSS/display'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530751.aspx'}  
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-collapse'} -webkit-margin-collapse
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-collapse'} -khtml-margin-collapse
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-top-collapse'} -webkit-margin-top-collapse
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-top-collapse'} -khtml-margin-top-collapse
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-bottom-collapse'} -webkit-margin-bottom-collapse
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-bottom-collapse'} -khtml-margin-bottom-collapse
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-start'} -webkit-margin-start
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-margin-start'} -khtml-margin-start
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#margin1'} margin
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-margin'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/margin'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530799.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#margin-top'} margin-top
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-margin-top'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/margin-top'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530808.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#margin-right'} margin-right
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-margin-right'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/margin-right'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530806.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#margin-bottom'} margin-bottom
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-margin-bottom'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/margin-bottom'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530802.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#margin-left'} margin-left
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-margin-left'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/margin-left'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530804.aspx'}  
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-padding-start'} -webkit-padding-start
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-padding-start'} -khtml-padding-start
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-box/#padding1'} padding
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-padding'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/padding'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530830.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-box/#padding-top'} padding-top
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-padding-top'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/padding-top'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530839.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-box/#padding-right'} padding-right
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-padding-right'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/padding-right'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530837.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-box/#padding-bottom'} padding-bottom
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-padding-bottom'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/padding-bottom'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530832.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-box/#padding-left'} padding-left
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-padding-left'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/padding-left'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530835.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7{:href => 'http://www.w3.org/TR/css3-box/#width'} width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-width'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531183.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#height'} height
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-height'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/height'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530765.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#min-width'} min-width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-min-width'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/max-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530820.aspx'}  
%li
%a.s1-3.i1-0.f3-0.g1-9.ie{:href => 'http://www.w3.org/TR/css3-box/#min-height'} min-height
%a.s1-3.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-min-height'}  
%a.f3-0.g1-9{:href => 'https://developer.mozilla.org/en-US/docs/CSS/min-height'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530815.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#max-width'} max-width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-max-width'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/max-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530811.aspx'}  
%li
%a.s1-3.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#max-height'} max-height
%a.s1-3.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-max-height'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/max-height'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530809.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align'} vertical-align
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-vertical-align'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/vertical-align'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531179.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#float'} float
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-float'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/float'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530755.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#clear'} clear
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-clear'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/clear'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530747.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-box/#overflow0'} overflow
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-overflow'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/overflow'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530824.aspx'}  
%ul
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530826.aspx'} -ms-overflow-x
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530829.aspx'} -ms-overflow-y
%li
%a.s3-0.i1-0.f3-5.g1-9-1{:href => 'http://www.w3.org/TR/css3-box/#overflow-x'} overflow-x
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-overflow-x'}  
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/overflow-x'}  
%li
%a.s3-0.i1-0.f1-0.g1-5{:href => 'http://www.w3.org/TR/css3-box/#overflow-y'} overflow-y
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-overflow-y'}  
%a.f1-0.g1-5{:href => 'https://developer.mozilla.org/en-US/docs/CSS/overflow-y'}  
%li
%li
%a.i5-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW26'} -webkit-overflow-scrolling
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh771902.aspx'} -ms-overflow-style
%li
%a{:href => 'http://www.w3.org/TR/css3-box/#overflow-style'} overflow-style
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_marquee'} -webkit-marquee
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_marquee'} -khtml-marquee
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-direction'} -webkit-marquee-direction
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-direction'} -khtml-marquee-direction
%li
%a{:href => 'http://www.w3.org/TR/css3-box/#marquee-direction'} marquee-direction
 
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-increment'} -webkit-marquee-increment
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-increment'} -khtml-marquee-increment
 
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-repetition'} -webkit-marquee-repetition
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-repetition'} -khtml-marquee-repetition
 
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-style'} -webkit-marquee-style
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-style'} -khtml-marquee-style
%li
%a{:href => 'http://www.w3.org/TR/css3-box/#marquee-style'} marquee-style
 
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-speed'} -webkit-marquee-speed
%li
%a.s2-0.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-marquee-speed'} -khtml-marquee-speed
%li
%a{:href => 'http://www.w3.org/TR/css3-box/#marquee-speed'} marquee-speed
%li
%a{:href => 'http://www.w3.org/TR/css3-box/#marquee-loop'} marquee-loop
%li
%a.s1-0.i1-0.f1-0.g1-7{:href => 'http://www.w3.org/TR/css3-box/#visibility'} visibility
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-visibility'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/visibility'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-box/#rotation'} rotation
%li
%a{:href => 'http://www.w3.org/TR/css3-box/#rotation-point'} rotation-point
%h2
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/'} Flexible Box Layout - 2009
%ul
%li
%a.s3-0.i1-0{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#overview'} display: box | inline-box
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-orient'} -webkit-box-orient
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-orient'} -khtml-box-orient
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-orient'} box-orient
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-direction'} -webkit-box-direction
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-direction'} -khtml-box-direction
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-direction'} box-direction
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-ordinal-group'} -webkit-box-ordinal-group
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-ordinal-group'} -khtml-box-ordinal-group
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-ordinal-group'} box-ordinal-group
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-align'} -webkit-box-align
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-align'} -khtml-box-align
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-align'} box-align
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-flex'} -webkit-box-flex
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-flex'} -khtml-box-flex
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-flex'} box-flex
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-flex-group'} -webkit-box-flex-group
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-flex-group'} -khtml-box-flex-group
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-flex-group'} box-flex-group
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-pack'} -webkit-box-pack
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-pack'} -khtml-box-pack
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-pack'} box-pack
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-lines'} -webkit-box-lines
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-lines'} -khtml-box-lines
%li
%a{:href => 'http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#propdef-box-lines'} box-lines
%h2
%a{:href => 'http://www.w3.org/TR/css3-flexbox/'} Flexible Box Layout
%ul
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#flex-containers'} display: flex | inline-flex
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/display'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-flexbox/#min-size-auto'} min-width
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/min-width'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-flexbox/#min-size-auto'} min-height
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/min-height'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-flexbox/#flex-flow'} flex-flow
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/flex-flow'}  
%ul
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127299.aspx'} -ms-flex-direction
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#flex-direction'} flex-direction
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/flex-direction'}  
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127305.aspx'} -ms-flex-wrap
%li
%a{:href => 'http://www.w3.org/TR/css3-flexbox/#flex-wrap'} flex-wrap
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/flex-wrap'}  
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127303.aspx'} -ms-flex-order
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#order'} order
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/order'}  
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127297.aspx'} -ms-flex
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#flex'} flex
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/flex'}  
%ul
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#flex-grow'} flex-grow
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/flex-grow'}  
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#flex-shrink'} flex-shrink
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/flex-shrink'}  
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#flex-basis-propdef'} flex-basis
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/flex-basis'}  
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#justify-content'} justify-content
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/justify-content'}  
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#align-items'} align-items
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/align-items'}  
%li
%a.f20-0.g20-0{:href => 'http://www.w3.org/TR/css3-flexbox/#align-self'} align-self
%a.f20-0.g20-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/align-self'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-flexbox/#align-content'} align-content
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/align-content'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-multicol/'} Multi-Column Layout
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_columns'} -webkit-columns
%li
%a.f9-0.g9-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/columns'} -moz-columns
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#columns0'} columns
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh771860.aspx'}  
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-width'} -webkit-column-width
%li
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-width'} -moz-column-width
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-width'} column-width
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772211.aspx'}  
 
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-count'} -webkit-column-count
%li
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-count'} -moz-column-count
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-count'} column-count
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772195.aspx'}  
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-gap'} -webkit-column-gap
%li
%a.f1-5.g1-8{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-gap'} -moz-column-gap
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-gap0'} column-gap
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772199.aspx'}  
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_column_rule'} -webkit-column-rule
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-rule'} -moz-column-rule
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-rule0'} column-rule
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772200.aspx'}  
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-rule-width'} -webkit-column-rule-width
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-rule-width'} -moz-column-rule-width
%li
%a{:href => 'http://www.w3.org/TR/css3-multicol/#column-rule-width'} column-rule-width
%a{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772206.aspx'}  
 
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-rule-style'} -webkit-column-rule-style
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-rule-style'} -moz-column-rule-style
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-rule-style'} column-rule-style
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772204.aspx'}  
 
%ul
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-rule-color'} -webkit-column-rule-color
%li
%a.f3-4.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-rule-color'} -moz-column-rule-color
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-rule-color'} column-rule-color
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772202.aspx'}  
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-break-before'} -webkit-column-break-before
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#break-before'} break-before
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/break-before'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772189.aspx'}  
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-break-after'} -webkit-column-break-after
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#break-after'} break-after
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/break-after'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772187.aspx'}  
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-column-break-inside'} -webkit-column-break-inside
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#break-inside'} break-inside
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772193.aspx'}  
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-span0'} column-span
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-span'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772209.aspx'}  
%li
%a.f13-0.g13-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/column-fill'} -moz-column-fill
%li
%a.ie{:href => 'http://www.w3.org/TR/css3-multicol/#column-fill'} column-fill
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772197.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-background/#backgrounds'} Backgrounds
%ul
%li
%a.s1-0.i1-0.f3-6.g1-9-2.ie{:href => 'http://www.w3.org/TR/css3-background/#background'} background
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background'}  
%a.f3-6.g1-9-2{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530722.aspx'}  
%ul
%li
%a.s1-0.i1-0.f3-6.g1-9-2.ie{:href => 'http://www.w3.org/TR/css3-background/#background-image'} background-image
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background-image'}  
%a.f3-6.g1-9-2{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-image'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530717.aspx'}  
%li
%a.s1-0.i1-0.f3-6.g1-9-2.ie{:href => 'http://www.w3.org/TR/css3-background/#background-position'} background-position
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background-position'}  
%a.f3-6.g1-9-2{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-position'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530718.aspx'}  
%ul
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530719.aspx'} -ms-background-position-x
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530720.aspx'} -ms-background-position-y
%li
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background_position_x'} background-position-x
%li
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background_position_y'} background-position-y
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-background-size'} -webkit-background-size
%li
%a.f3-6.g1-9-2{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-size'} -moz-background-size
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#background-size'} background-size
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-size'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127316.aspx'}  
%li
%a.s1-0.i1-0.f3-6.g1-9-2.ie{:href => 'http://www.w3.org/TR/css3-background/#background-repeat'} background-repeat
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background-repeat'}  
%a.f3-6.g1-9-2{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-repeat'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530721.aspx'}  
%li
%a.s1-0.i1-0.f3-6.g1-9-2.ie{:href => 'http://www.w3.org/TR/css3-background/#background-attachment'} background-attachment
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background-attachment'}  
%a.f3-6.g1-9-2{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-attachment'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530715.aspx'}  
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-background-origin'} -webkit-background-origin
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#background-origin'} background-origin
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-origin'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127315.aspx'}  
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-background-clip'} -webkit-background-clip
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#background-clip'} background-clip
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-clip'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127314.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#background-color'} background-color
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-background-color'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/background-color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530716.aspx'}  
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-background-composite'} -webkit-background-composite
%h2
%a{:href => 'http://www.w3.org/TR/css3-color/'} Color
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-color/#color0'} color
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-color'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530749.aspx'}  
%li
%a.s1-1.k{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-opacity'} -khtml-opacity
%li
%a.s2-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-color/#opacity'} opacity
%a.s2-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-opacity'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/opacity'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127325.aspx'}  
%li
%a.i1-1-1{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_tap_highlight_color'} -webkit-tap-highlight-color
%h2
%a{:href => 'http://www.w3.org/TR/css3-background/#borders'} Borders
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border'} border
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530744.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-width'} border-width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-width'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530743.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-style'} border-style
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-style'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530738.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-color'} border-color
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-color'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530729.aspx'}  
 
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-top'} border-top
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-top'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-top'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530739.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-top-width'} border-top-width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_top_width'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-top-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530742.aspx'}  
%li
%a.s1-0.i1-0.f1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-top-style'} border-top-style
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_top_style'}  
%a.f1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-top-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530741.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-top-color'} border-top-color
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_top_color'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-top-color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530740.aspx'}  
 
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-right'} border-right
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-right'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-right'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530734.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-right-width'} border-right-width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_right_width'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-right-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530737.aspx'}  
%li
%a.s1-0.i1-0.f1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-right-style'} border-right-style
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_right_style'}  
%a.f1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-right-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530736.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-right-color'} border-right-color
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_right_color'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-right-color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530735.aspx'}  
 
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-bottom'} border-bottom
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-bottom'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-bottom'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530724.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-bottom-width'} border-bottom-width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_bottom_width'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-bottom-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530727.aspx'}  
%li
%a.s1-0.i1-0.f1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-bottom-style'} border-bottom-style
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_bottom_style'}  
%a.f1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-bottom-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530726.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-bottom-color'} border-bottom-color
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_bottom_color'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-bottom-color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530725.aspx'}  
 
%ul
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-left'} border-left
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border-left'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-left'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530730.aspx'}  
%ul
%li
%a.s1-0.i1-0.f1-0.g1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-left-width'} border-left-width
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_left_width'}  
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-left-width'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530733.aspx'}  
%li
%a.s1-0.i1-0.f1-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-left-style'} border-left-style
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_left_style'}  
%a.f1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-left-style'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530732.aspx'}  
%li
%a.s1-0.i1-0.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-background/#border-left-color'} border-left-color
%a.s1-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-border_left_color'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-left-color'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530731.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-background/#corners'} Rounded Corners
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-radius'} -webkit-border-radius
%li
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-radius'} -moz-border-radius
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-radius'} border-radius
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127319.aspx'}  
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-top-left-radius'} -webkit-border-top-left-radius
%li
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-top-left-radius'} -moz-border-radius-topleft
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-top-left-radius'} border-top-left-radius
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127320.aspx'}  
 
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-top-right-radius'} -webkit-border-top-right-radius
%li
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-top-right-radius'} -moz-border-radius-topright
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-top-right-radius'} border-top-right-radius
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127321.aspx'}  
 
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-bottom-right-radius'} -webkit-border-bottom-right-radius
%li
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-bottom-right-radius'} -moz-border-radius-bottomright
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-bottom-right-radius'} border-bottom-right-radius
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127318.aspx'}  
 
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-bottom-left-radius'} -webkit-border-bottom-left-radius
%li
%a.f1-0.g1-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-bottom-left-radius'} -moz-border-radius-bottomleft
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#border-bottom-left-radius'} border-bottom-left-radius
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127317.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-background/#border-images'} Border Images
%ul
%li
%a.s3-0.i1-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-border-image'} -webkit-border-image
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-image'} -moz-border-image
%li
%a.f15-0.g15-0{:href => 'http://www.w3.org/TR/css3-background/#border-image'} border-image
%ul
%li
%a.f15-0.g15-0{:href => 'http://www.w3.org/TR/css3-background/#border-image-source'} border-image-source
%a.f15-0.g15-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-image-source'}  
 
%ul
%li
%a.f15-0.g15-0{:href => 'http://www.w3.org/TR/css3-background/#border-image-slice'} border-image-slice
%a.f15-0.g15-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-image-slice'}  
 
%ul
%li
%a.f13-0.g13-0{:href => 'http://www.w3.org/TR/css3-background/#border-image-width'} border-image-width
%a.f13-0.g13-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-image-width'}  
 
%ul
%li
%a.f15-0.g15-0{:href => 'http://www.w3.org/TR/css3-background/#border-image-outset'} border-image-outset
%a.f15-0.g15-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-image-outset'}  
 
%ul
%li
%a.f15-0.g15-0{:href => 'http://www.w3.org/TR/css3-background/#border-image-repeat'} border-image-repeat
%a.f15-0.g15-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/border-image-repeat'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-background/#misc'} Miscellaneous Effects
%ul
%li
%a{:href => 'http://www.w3.org/TR/css3-background/#box-decoration-break'} box-decoration-break
%li
%a.s3-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266--webkit-box-shadow'} -webkit-box-shadow
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/box-shadow'} -moz-box-shadow
%li
%a.f4-0.g2-0.ie{:href => 'http://www.w3.org/TR/css3-background/#box-shadow'} box-shadow
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127322.aspx'}  
%li
%a.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW16'} -webkit-box-reflect
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms531189.aspx'} -ms-zoom
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW15'} zoom
%h2
%a{:href => 'http://developer.apple.com/library/safari/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Masks/Masks.html'} Masks
%ul
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW17'} -webkit-mask
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/mask'} mask
%ul
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW3'} -webkit-mask-attachment
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW4'} -webkit-mask-clip
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW6'} -webkit-mask-origin
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW7'} -webkit-mask-image
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW8'} -webkit-mask-repeat
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW13'} -webkit-mask-composite
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW14'} -webkit-mask-box-image
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW21'} -webkit-mask-size
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW18'} -webkit-mask-position
%ul
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW19'} -webkit-mask-position-x
%li
%a.s4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW20'} -webkit-mask-position-y
%h2
%a{:href => 'http://www.w3.org/TR/css3-transitions/'} Transitions
%ul
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW12'} -webkit-transition
%li
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transition'} -moz-transition
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transitions/#transition'} transition
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772284.aspx'}  
%ul
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW9'} -webkit-transition-property
%li
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transition-property'} -moz-transition-property
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transitions/#transition-property'} transition-property
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772287.aspx'}  
 
%ul
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW10'} -webkit-transition-duration
%li
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transition-duration'} -moz-transition-duration
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transitions/#transition-duration'} transition-duration
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772286.aspx'}  
 
%ul
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW5'} -webkit-transition-timing-function
%li
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transition-timing-function'} -moz-transition-timing-function
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transitions/#transition-timing-function'} transition-timing-function
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772288.aspx'}  
 
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW11'} -webkit-transition-delay
%li
%a.f4-0.g2-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transition-delay'} -moz-transition-delay
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transitions/#transition-delay'} transition-delay
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772285.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-transforms/'} Transforms
%ul
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_transform'} -webkit-transform
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transform'} -moz-transform
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127312.aspx'} -ms-transform
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transforms/#effects'} transform
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127312.aspx'}  
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_transform_origin'} -webkit-transform-origin
%ul
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_transform_origin_x'} -webkit-transform-origin-x
%li
%a.s3-1.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_transform_origin_y'} -webkit-transform-origin-y
%li
%a.s4-0-3.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW22'} -webkit-transform-origin-z
%li
%a.f3-5.g1-9-1{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transform-origin'} -moz-transform-origin
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127313.aspx'} -ms-transform-origin
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transforms/#transform-origin'} transform-origin
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/jj127313.aspx'}  
%li
%a.s4-0-3.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_transform_style'} -webkit-transform-style
%li
%a.f10-0.g10-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/transform-style'} -moz-transform-style
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transforms/#transform-style'} transform-style
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772282.aspx'}  
%li
%a.s4-0-3.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_perspective'} -webkit-perspective
%li
%a.f10-0.g10-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/perspective'} -moz-perspective
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transforms/#perspective'} perspective
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772272.aspx'}  
%li
%a.s4-0-3.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_perspective_origin'} -webkit-perspective-origin
%li
%a.f10-0.g10-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/perspective-origin'} -moz-perspective-origin
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transforms/#perspective-origin'} perspective-origin
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772275.aspx'}  
%li
%a.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_backface_visibility'} -webkit-backface-visibility
%li
%a.f10-0.g10-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/backface-visibility'} -moz-backface-visibility
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-transforms/#backface-visibility'} backface-visibility
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772262.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-animations/'} Animations
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/OtherStandardCSS3Features.html#//apple_ref/doc/uid/TP40007601-SW4'} @-webkit-keyframes
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/@keyframes'} @-moz-keyframes
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#keyframes'} @keyframes
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772747.aspx'}  
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation'} -webkit-animation
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation'} -moz-animation
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation'} animation
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772212.aspx'}  
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation_name'} -webkit-animation-name
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-name'} -moz-animation-name
%li
%a.f16-0.g16-0{:href => 'http://www.w3.org/TR/css3-animations/#animation-name'} animation-name
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772236.aspx'}  
 
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation_duration'} -webkit-animation-duration
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-duration'} -moz-animation-duration
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation-duration'} animation-duration
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772219.aspx'}  
 
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation_timing_function'} -webkit-animation-timing-function
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-timing-function'} -moz-animation-timing-function
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation-timing-function'} animation-timing-function
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772240.aspx'}  
 
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation_delay'} -webkit-animation-delay
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-delay'} -moz-animation-delay
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation-delay'} animation-delay
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772215.aspx'}  
 
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation_iteration_count'} -webkit-animation-iteration-count
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-iteration-count'} -moz-animation-iteration-count
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation-iteration-count'} animation-iteration-count
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772233.aspx'}  
 
%ul
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation_direction'} -webkit-animation-direction
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-direction'} -moz-animation-direction
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation-direction'} animation-direction
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772217.aspx'}  
 
%ul
%li
%a.s5-0.i4-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-SW25'} -webkit-animation-fill-mode
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-fill-mode'} -moz-animation-fill-mode
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation-fill-mode'} animation-fill-mode
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772232.aspx'}  
 
%li
%a.s4-0.i2-0{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_animation_play_state'} -webkit-animation-play-state
%li
%a.f5-0.g5-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/animation-play-state'} -moz-animation-play-state
%li
%a.f16-0.g16-0.ie{:href => 'http://www.w3.org/TR/css3-animations/#animation-play-state'} animation-play-state
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh772238.aspx'}  
%h2
%a{:href => 'http://www.w3.org/TR/css3-page/'} Paged Media
%ul
%li
%a.f19-0.g19-0.ie{:href => 'http://www.w3.org/TR/css3-page/#page-box-page-rule'} @page
%a.f19-0.g19-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/@page'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530841.aspx'}  
%ul
%li
%a{:href => 'http://www.w3.org/TR/css3-page/#size'} size
%li
%a.s1-2.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-page/#page-break-before'} page-break-before
%a.s1-2{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-page_break_before'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/page-break-before'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530844.aspx'}  
%li
%a.s1-2.f1-0.g1-7.ie{:href => 'http://www.w3.org/TR/css3-page/#page-break-after'} page-break-after
%a.s1-2{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-page_break_after'}  
%a.f1-0.g1-7{:href => 'https://developer.mozilla.org/en-US/docs/CSS/page-break-after'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/ms530842.aspx'}  
%li
%a.s1-3.f19-0.g19-0.ie{:href => 'http://www.w3.org/TR/css3-page/#page-break-inside'} page-break-inside
%a.s1-3{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-page_break_inside'}  
%a.f19-0.g19-0{:href => 'https://developer.mozilla.org/en-US/docs/CSS/page-break-inside'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304067.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-page/#page'} page
%li
%a.s1-3.ie{:href => 'http://www.w3.org/TR/css3-page/#orphans'} orphans
%a.s1-3{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-orphans'}  
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/orphans'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304062.aspx'}  
%li
%a.s1-3.ie{:href => 'http://www.w3.org/TR/css3-page/#widows'} widows
%a.s1-3{:href => 'https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-widows'}  
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/widows'}  
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/cc304068.aspx'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-page/#image-orientation'} image-orientation
%a{:href => 'https://developer.mozilla.org/en-US/docs/CSS/image-orientation'}  
%li
%a{:href => 'http://www.w3.org/TR/css3-page/#fit'} fit
%li
%a{:href => 'http://www.w3.org/TR/css3-page/#fit-position'} fit-position
%h2
%a{:href => 'http://www.w3.org/TR/css-device-adapt/'} Device Adaptation
%ul
%li
%a.ie{:href => 'http://msdn.microsoft.com/en-us/library/ie/hh869615.aspx'} @-ms-viewport
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#the-viewport-rule'} @viewport
%ul
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#min-width'} min-width
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#max-width'} max-width
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#width'} width
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#min-height'} min-height
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#max-height'} max-height
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#height'} height
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#zoom'} zoom
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#min-zoom'} min-zoom
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#max-zoom'} max-zoom
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#user-zoom'} user-zoom
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#orientation'} orientation
%li
%a{:href => 'http://www.w3.org/TR/css-device-adapt/#resolution'} resolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment