hail2u / html-best-practices

For writing maintainable and scalable HTML documents
4.11k stars 439 forks source link

fix some grammatical and typo issues #119

Closed gitgetgotgotten closed 1 year ago

hail2u commented 1 year ago

Thanks, former looks good, but latter should be “absolute”. It is not “relative path”. See spec.

gitgetgotgotten commented 1 year ago

I got confused a bit. AFAIK, the absolute path (The exact path) is like http://example.com/an-image.jpg and the relative path (A path relative to the current) is like /an-image.jpg.

hail2u commented 1 year ago

URL Spec says: http://example.com/an-image.jpg is an absolute URL, /an-image.jpg is an absolute path.