Data URLs showed in the examples are incorrect
timothee-haudebourg opened this issue · 1 comments
timothee-haudebourg commented
The data URLs showed this spec are all using a semicolon ;
to separate the media type from the data. According to RFC2397 Section 3, it should be a comma ,
instead.
msporny commented
Good catch @timothee-haudebourg, thank you!
Fixed in d320d85; closing.