diff --git a/draft/index.html b/draft/index.html
index 28aa6ff..7212876 100644
--- a/draft/index.html
+++ b/draft/index.html
@@ -210,27 +210,37 @@
Initial improvements to the specifications made by our Community Group. Most of them are backwards-compatible, except for the requirement to support CORS for cross-origin access.
- - Let manifests announce which versions of the protocol are supported by the service;
- - Make CORS support mandatory and JSONP support optional;
- - Add support for exposing type hierarchies;
- - Improve definition of schema space;
- - Establish the connection between properties in reconciliation queries and in data extension queries;
- - Make 'query' field of reconciliation queries optional;
- - Add support for returning matching features in reconciliation candidates;
- - Add support for authentication;
- - Add support for referencing other reconciliation services in reconciled values returned by data extension;
- - Add support for specifying the size of expected reconciliation batch sizes.
+ - Let manifests announce which versions of the protocol are supported by the service
+ - Make CORS support mandatory and JSONP support optional
+ - Add support for exposing type hierarchies
+ - Improve definition of schema space
+ - Establish the connection between properties in reconciliation queries and in data extension queries
+ - Make 'query' field of reconciliation queries optional
+ - Add support for returning matching features in reconciliation candidates
+ - Add support for authentication
+ - Add support for referencing other reconciliation services in reconciled values returned by data extension
+ - Add support for specifying the size of expected reconciliation batch sizes
This Draft
- Collection of changes which make the API conform to the REST principles.
+ Collection of changes which make the API conform to the REST principles and follow the W3C's guidelines around accessibility, localization and security.