|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <script src="https://www.w3.org/Tools/respec/respec-w3c" async class="remove"></script> |
| 6 | + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%220.9em%22 font-size=%22105%22>🪽</text></svg>"> |
| 7 | + <title>Web Infrastructure Search Endowment (WISE)</title> |
| 8 | + <meta name="twitter:card" content="summary_large_image"> |
| 9 | + <meta name="twitter:site" content="@robinberjon"> |
| 10 | + <meta name="twitter:creator" content="@robinberjon"> |
| 11 | + <meta name="twitter:title" property="og:title" content="Web Infrastructure Search Endowment (WISE)"> |
| 12 | + <meta name="twitter:description" property="og:description" content="Standardizing browser & search public infrastructure."> |
| 13 | + <meta name="twitter:image" property="og:image" content="https://darobin.github.io/wise/wise-wing.jpg"> |
| 14 | + <meta name="twitter:image:alt" content="A cute puppy face drawing"> |
| 15 | + <meta name="twitter:url" property="og:url" content="https://darobin.github.io/wise/"> |
| 16 | + <meta property="og:locale" content="en"> |
| 17 | + <style> |
| 18 | + body { |
| 19 | + background: none !important; |
| 20 | + } |
| 21 | + </style> |
| 22 | + <script class="remove"> |
| 23 | + var respecConfig = { |
| 24 | + specStatus: 'unofficial', |
| 25 | + postProcess: [(config, doc) => { |
| 26 | + const time = doc.querySelector('#w3c-state time'); |
| 27 | + const h2 = doc.querySelector('#w3c-state'); |
| 28 | + h2.innerHTML = 'Proposal '; |
| 29 | + h2.appendChild(time); |
| 30 | + const dl = doc.querySelector('details > dl'); |
| 31 | + dl.firstElementChild?.remove(); |
| 32 | + dl.firstElementChild?.remove(); |
| 33 | + }], |
| 34 | + editors: [{ |
| 35 | + name: 'Robin Berjon', |
| 36 | + url: 'https://berjon.com/', |
| 37 | + }], |
| 38 | + github: { |
| 39 | + repoURL: 'https://github.com/darobin/wise', |
| 40 | + branch: 'main', |
| 41 | + }, |
| 42 | + edDraftURI: 'https://darobin.github.io/wise/', |
| 43 | + shortName: 'wise', |
| 44 | + localBiblio: { |
| 45 | + 'FIDUCIARY-UA': { |
| 46 | + title: 'The Fiduciary Duties of User Agents', |
| 47 | + href: 'https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3827421', |
| 48 | + authors: ['Robin Berjon'], |
| 49 | + }, |
| 50 | + }, |
| 51 | + }; |
| 52 | + </script> |
| 53 | + </head> |
| 54 | + <body> |
| 55 | + <section id="abstract"> |
| 56 | + <p> |
| 57 | + Browsers, and the browser engines that power them, provide critical public infrastructure to over five |
| 58 | + billion people. To cover the high cost of maintaining such complex feats of engineering, browser |
| 59 | + vendors and search engine providers have improvised a system in which money is levied from search |
| 60 | + revenue and distributed to browsers. Over the years, this ad hoc system has succeeded in providing some |
| 61 | + funding to browsers but it suffers from a muddled lack of transparency and has known detrimental effects |
| 62 | + on funding attribution, concentration, search quality, privacy, misinformation, publisher revenue, and |
| 63 | + opinion pluralism. This specification captures the web community's experience with the current system so |
| 64 | + as to refine requirements and formalizes a browser/search levy that improves on the current one and |
| 65 | + addresses its shortcomings. |
| 66 | + </p> |
| 67 | + </section> |
| 68 | + <section id="sotd"></section> |
| 69 | + <section> |
| 70 | + <h2>Introduction</h2> |
| 71 | + <p> |
| 72 | + tk |
| 73 | + </p> |
| 74 | + </section> |
| 75 | + </body> |
| 76 | +</html> |
0 commit comments