- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 22 Sep 2005 02:19:24 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2281
Summary: Editorial: typo in example, fn:escape-html-uri 7.4.12.1
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: frans.englich@telia.com
QAContact: public-qt-comments@w3.org
Section 7.4.12.1 Examples, fn:escape-html-uri, has the following paragraph:
fn:escape-html-uri ("javascript:if (navigator.browserLanguage == 'fr')
window.open('http://www.example.com/~bébé');") returns "javascript:if
(navigator.browserLanguage == 'fr')
window.open('http://www.example.com/~b%C3%A9b%C3%A9');").
To me, it looks like the very last parantese is misplaced. That is, instead of
ending the sentence with ');").', it should end with ');".'.
Cheers,
Frans
Received on Thursday, 22 September 2005 02:19:30 UTC