mxp1988 / epubcheck

Automatically exported from code.google.com/p/epubcheck
MIT License
0 stars 0 forks source link

Whitespace inside URL in href attribute #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM:

A URL with a whitespace in the URL (at least the host component) provided in a 
href attribute is not detected.

METHOD:

Here are some examples (and see attached files):

<a class="external" href=" http:// idpf.org">

<a class="external" href=" http://idpf.or g">

<a class="external" href=" http://idpf .org">

RESULT:

No error or warning.

EXPECTED:

At least a warning.

PLATFORM:

Windows 7 pro.

Original issue reported on code.google.com by vgros00@gmail.com on 4 Jul 2013 at 10:18

Attachments:

GoogleCodeExporter commented 8 years ago
THIS ISSUE MOVED TO GITHUB:
https://github.com/IDPF/epubcheck/issues/

Original comment by rdeltour@gmail.com on 7 Nov 2013 at 10:49