Re: Issue / Question regarding test results with Google Fonts

Johanna Raupe <jmraupe57@yahoo.com>, 2017-01-27 16:49 +0000:
> Archived-At: <http://www.w3.org/mid/1153478030.397462.1485535780066@mail.yahoo.com>
...
> <link href="https://fonts.googleapis.com/css?family=Open+Sans|Oswald" rel="stylesheet"> 
> 
> The app returns:   
>    - Error: Bad value https://fonts.googleapis.com/css?family=Bilbo|Italianno|Rock+Salt for attribute href on element link: Illegal character in query: | is not allowed.From line 30, column 3; to line 30, column 100css'/> ↩ <link href='https://fonts.googleapis.com/css?family=Bilbo|Italianno|Rock+Salt' rel='stylesheet' /> ↩ <l
>    - Error: Bad value https://fonts.googleapis.com/css?family=Bilbo|Italianno|Rock+Salt for attribute href on element link: Illegal character in query: | is not allowed.From line 30, column 3; to line 30, column 110css'/> ↩ <link href='https://fonts.googleapis.com/css?family=Bilbo&#124;Italianno&#124;Rock+Salt' rel='stylesheet' /> ↩ <l
> 
> Can you let me know if this is a true error and the proper way to pass this?

Replace the “|” characters with “%7C”

-- 
Michael[tm] Smith https://sideshowbarker.net/

Received on Monday, 30 January 2017 06:36:44 UTC