Fix markdown syntax (#662)

This commit is contained in:
Ophir LOJKINE 2017-03-28 16:08:35 +03:00 committed by Jonathan Neal
parent 91f668be64
commit 790b3b3ffe

View File

@ -76,8 +76,8 @@ browsers. [Source](https://gist.github.com/413930).
Adding `overflow: hidden` fixes IE9's SVG rendering. Earlier versions of IE Adding `overflow: hidden` fixes IE9's SVG rendering. Earlier versions of IE
don't support SVG, so we can safely use the `:not()` and `:root` selectors that don't support SVG, so we can safely use the `:not()` and `:root` selectors that
modern browsers use in the default UA stylesheets to apply this style. [Source] modern browsers use in the default UA stylesheets to apply this style.
(https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html). [Source](https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html).
#### `select` #### `select`