interledger / web-monetization-projects

Coil projects that use Web Monetization. Primarily Coil's browser extension and related WM polyfills.
web-monetization-projects-coilhq.vercel.app
Apache License 2.0
81 stars 17 forks source link

link tag enhancements: handle relative urls etc #833

Open sublimator opened 3 years ago

sublimator commented 3 years ago

The most important difference is that the link[href] attribute should be parsed using the URL Standard. This means that browsers would normalize it and handle protocol-relative, root-relative, and document-relative paths automatically.

See: https://github.com/WICG/webmonetization/issues/19#issuecomment-583492409

sublimator commented 3 years ago

Also, need to handle cases like <link rel="author monetization" ...>