Skip to content

Commit

Permalink
Merge pull request h5bp#36 from beverloo/master
Browse files Browse the repository at this point in the history
Four changes in the A-G feature range
  • Loading branch information
Divya Manian committed Jan 23, 2012
2 parents 75ef40d + 72c1d83 commit 76d6ca7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion posts/font-feature-settings.md
Expand Up @@ -5,4 +5,4 @@ kind: css
polyfillurls:
moreurl: http://blog.fontdeck.com/post/15777165734/opentype-1?503cde40

IE10 and Firefox 4 support low level control over font feature settings. What this means is other browsers merely will not render the flourishes you seek.
Internet Explorer 10 and Firefox 4 support low level control over font feature settings. What this means is other browsers merely will not render the flourishes you seek. Many features available through the property may be extracted to separate properties in the future, such as font-variant-ligatures.
2 changes: 1 addition & 1 deletion posts/geolocation.md
Expand Up @@ -4,4 +4,4 @@ tags: fallback gtie8
kind: api
polyfillurls: [geolocation shim](https://gist.github.com/366184), [geo-location-javascript](http://code.google.com/p/geo-location-javascript/)

[geolocation shim](https://gist.github.com/366184) uses Google's IP-geocoding service as a fallback. [geo-location-javascript](http://code.google.com/p/geo-location-javascript/) doesn't but has hooks into Blackberry, WebOS, and Google Gears specific APIs. In most cases, you should just not expose geo features in your app if the feature is not natively present.
[geolocation shim](https://gist.github.com/366184) uses Google's IP-GeoCoding service as a fallback. [geo-location-javascript](http://code.google.com/p/geo-location-javascript/) doesn't but has hooks into BlackBerry, WebOS, and Google Gears specific APIs. In most cases, you should just not expose Geo features in your app if the feature is not natively present.
2 changes: 1 addition & 1 deletion posts/gradients.md
Expand Up @@ -6,4 +6,4 @@ polyfillurls:

We strongly recommend you use all the prefixes (`-o-`, `-webkit`, `-ms-`, `-moz-`) when you provide gradients as image values (`background` or `border-image`). Do provide a fallback color if you are using this as a value for `background` so browsers that do not support the gradients can render a solid background color.

We also suggest you drop old webkit syntax and only use the [newer syntax](https://developer.mozilla.org/en/CSS/-moz-linear-gradient) for gradient values and [not the latest one](http://www.broken-links.com/2012/01/11/the-new-and-hopefully-final-linear-gradient-syntax/) (yet) until [the spec](http://www.w3.org/TR/css3-images/) hits Candidate Recommendation.
We also suggest you drop old WebKit syntax and only use the [latest syntax](https://developer.mozilla.org/en/CSS/-moz-linear-gradient) for gradient values and [not the latest one](http://www.broken-links.com/2012/01/11/the-new-and-hopefully-final-linear-gradient-syntax/) (yet) until [the specification](http://www.w3.org/TR/css3-images/) hits Candidate Recommendation.
2 changes: 1 addition & 1 deletion posts/grids.md
Expand Up @@ -4,4 +4,4 @@ tags: none
kind: css
polyfillurls:

This is also a spec that is in a flux. Older versions of the spec has found implementation, but you should wait until the spec is more stable to use this.
The [CSS Grid Layout](http://dev.w3.org/csswg/css3-grid-align/) specification supersedes several older ones, and only features an experimental implementation in Internet Explorer 10. Until the specification matures and more implementations exist, we suggest that you avoid using this.

0 comments on commit 76d6ca7

Please sign in to comment.