diff --git a/features.html b/features.html
index f753579f..a96e467c 100644
--- a/features.html
+++ b/features.html
@@ -44,10 +44,10 @@ title: Features
-
On Mobile Browsers (iOS, Android)
+ On Mobile Browsers
- - Multi-touch zoom (iOS and Android 4+)
+ - Multi-touch zoom (iOS, Android 4+, Win8)
- Double tap zoom
@@ -66,11 +66,12 @@ title: Features
Visual Features
- - Zoom animation on modern browsers (except IE) (for all layers, including markers and vector layers)
+ - Zoom animation (for all layers, including tile layers, markers and vector layers)
- Panning animation
- - Smooth continuous zoom on iOS
+ - Smooth continuous zoom on modern mobile devices
- Tile and popup fade animation
- Very nice default design for markers, popups and other map controls
+ - Retina resolution support for tile layers and markers
@@ -119,26 +120,26 @@ title: Features
Firefox
Safari 5+
Opera 11.11+
- IE 7–9
+ IE 7–10
IE 6 (not perfect but accessible)
On Mobile
- - Safari for iOS 3/4/5+
+ - Safari for iOS 3/4/5/6+
- Android browser 2.2+, 3.1+, 4+
- Chrome for Android 4+ and iOS
- Firefox for Android
- Other webkit-based browsers (webOS, Blackberry 7+, etc.)
- - IE for Windows Phone 7
+ - IE10 for Win8-based devices
Misc
- - Extremely lightweight — around 26 KB of gzipped JS code
+ - Extremely lightweight — around 28 KB of gzipped JS code
- No external dependencies
- Keeps your JS environment clean — no global or native prototypes pollution
diff --git a/index.md b/index.md
index 0b8a9e18..62545ef0 100644
--- a/index.md
+++ b/index.md
@@ -6,7 +6,7 @@ layout: default
Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.
It is developed by [Vladimir Agafonkin][] with a team of dedicated [contributors][].
-Weighing just about 27 KB of JS code,
+Weighing just about 28 KB of JS code,
it has all the [features][] most developers ever need for online maps.
Leaflet is designed with _simplicity_, _performance_ and _usability_ in mind.
diff --git a/plugins.md b/plugins.md
index d071a4ce..0878718a 100644
--- a/plugins.md
+++ b/plugins.md
@@ -413,6 +413,8 @@ While Leaflet is meant to be as lightweight as possible, and focuses on a core s
+To submit your own Leaflet plugin to this list, just send a pull request with the addition to Leaflet repo's [gh-pages branch](https://github.com/Leaflet/Leaflet/tree/gh-pages) (`plugins.md` file).
+