This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2281 - Editorial: typo in example, fn:escape-html-uri 7.4.12.1
Summary: Editorial: typo in example, fn:escape-html-uri 7.4.12.1
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: Ashok Malhotra
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-22 02:19 UTC by Frans Englich
Modified: 2006-09-18 10:38 UTC (History)
0 users

See Also:


Attachments

Description Frans Englich 2005-09-22 02:19:24 UTC
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
Comment 1 Ashok Malhotra 2005-09-27 15:26:40 UTC
Editorial.  Will be fixed.