From 70b6388cc628c16765f05b66127e48ff8dc8772b Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Fri, 26 Dec 2014 10:40:35 -0800 Subject: [PATCH 1/2] finish responding to comments from Martin http://www.ietf.org/mail-archive/web/apps-discuss/current/msg13519.html --- docs/url-problem-statement.xml | 184 +++++++++++++++++++++++---------- 1 file changed, 127 insertions(+), 57 deletions(-) diff --git a/docs/url-problem-statement.xml b/docs/url-problem-statement.xml index 6f4e820..f69be48 100755 --- a/docs/url-problem-statement.xml +++ b/docs/url-problem-statement.xml @@ -87,11 +87,16 @@ Currently, this document is for discussion purposes, with possible next steps discussed in . - Discussions have taken place on - public-ietf-w3c@w3.org - and public-ietf-w3c@w3.org. The - W3C TAG has discussed these issues in meetings and on their mailing - list. + Discussions have taken place on public-ietf-w3c@w3.org + ( + archive) and public-ietf-w3c@w3.org + ( + archive). In addition, the W3C TAG has discussed these issues in + meetings and on their mailing list. This document, test suite, reference implementation, and the WebPlatform specification are being developed at @@ -121,29 +126,25 @@ the attention that they needed. When it became clear that it was desirable to allow non-ASCII - characters, it was widely feared that support for UTF-8 by ASCII-only + characters, it was widely feared that support for Unicode by ASCII-only systems would turn out to be problematic. The tack was therefore taken to leave "URI" alone and define a new protocol element, "IRI". was published in 2005 (in sync with the update to the URI definition). This also turned out not to get the attention it needed. - The IRI-to-URI transformation specified in had - options; it wasn't a deterministic path. The URI-to-IRI transformation was - also heuristic, since there was no guarantee that %xx-encoded bytes in the - URI were actually meant to be %xx percent-hex-encoded bytes of a UTF-8 - encoding of a Unicode string. - - To address issues and to fix URL for HTML5, a new - IRI working group - was established in the IETF in 2009. Despite years of development, - the IRI group was closed in 2014, with the consolation - that the documents that were being developed in the IRI working group - could be updated as individual submissions or within the "applications - area" working group. In particular, one of the IRI working group items - was to update , - which is currently under development in IETF's application area - (see ). + To address issues raised both in IETF and for HTML5 (see + for more details), the IRI working + group was established in the IETF in 2009. However, + primarily due to lack of engagement, the IRI group was closed in + 2014, with the plan that the documents that had been under + development in the IRI working group could be updated as + individual submissions or within the IETF applications area + working group. In particular, one of the IRI working group + items was to update , which is currently + under development in IETF's application area (see ).