From e1320544da3b7c879f79ed9c0d32a90afa8322aa Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 12 Sep 2011 14:21:15 +0000 Subject: [PATCH] Enforce the MDUI spec's requirement that GeolocationHint values are RFC5870 "geo:" URIs. Not a thorough test by any means: just look for "geo:" at the beginning for now. --- build/check_mdui.xsl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build/check_mdui.xsl b/build/check_mdui.xsl index 99f91752..30a665a1 100644 --- a/build/check_mdui.xsl +++ b/build/check_mdui.xsl @@ -175,4 +175,15 @@ + + + + GeolocationHint must be RFC5870 URI starting with 'geo:' + + +