mediawiki-extensions-Visual.../tests
Gabriel Wicke 2efcd3cd57 Reworked percent encoding handling for URIs to get closer to the 'url
construction' part of the HTML5 spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#url-manipulation-and-creation

Removed a few whitelisted test cases that are now passing directly.

The encoding canonicalization could also be moved to the Sanitizer. Doing this
early in token stream processing however has the advantage of providing further
transformations uniform data to work with. We could even consider to move this
even further into the tokenizer.
2012-03-06 13:49:37 +00:00
..
parser Reworked percent encoding handling for URIs to get closer to the 'url 2012-03-06 13:49:37 +00:00
ve Fixed tests that were broken by r112150. 2012-03-02 23:12:38 +00:00