|
3 | 3 | <head>
|
4 | 4 | <title>Web NFC</title>
|
5 | 5 | <meta charset="UTF-8">
|
6 |
| - <link href="https://raw.githubusercontent.com/google/material-design-icons/master/device/2x_web/ic_nfc_black_48dp.png" rel="icon"> |
| 6 | + <link rel="icon" type="image/png" href="images/webnfc-favicon-simple.png"> |
7 | 7 | <script type="module" src="ndef-record.js"></script>
|
8 | 8 | <script src='https://www.w3.org/Tools/respec/respec-w3c' async class=
|
9 | 9 | 'remove'></script>
|
|
35 | 35 | companyURL: "https://intel.com/",
|
36 | 36 | },
|
37 | 37 | ],
|
| 38 | + logos: [ |
| 39 | + { |
| 40 | + src: 'images/w3c-logo.svg', |
| 41 | + url: "https://w3.org", |
| 42 | + alt: "W3C logo", |
| 43 | + width: 95, |
| 44 | + height: 68, |
| 45 | + id: 'w3c-logo' |
| 46 | + }, |
| 47 | + { |
| 48 | + src: 'images/webnfc-logo.svg', |
| 49 | + url: "https://w3c.github.io/web-nfc/", |
| 50 | + alt: "Web NFC logo", |
| 51 | + width: 95, |
| 52 | + height: 68, |
| 53 | + id: 'webnfc-logo' |
| 54 | + } |
| 55 | + ], |
38 | 56 | testSuiteURI: "https://wpt.fyi/web-nfc/",
|
39 | 57 | wg: "Web NFC Community Group",
|
40 | 58 | wgURI: "https://www.w3.org/community/web-nfc/",
|
|
113 | 131 | <style>
|
114 | 132 | table.simple { border: 1px solid #000; }
|
115 | 133 | table.simple td { border-right: 1px solid #000; }
|
116 |
| - img { width: 100%; height: auto } |
| 134 | + img.illustration { width: 100%; height: auto } |
117 | 135 | </style>
|
118 | 136 | </head>
|
119 | 137 |
|
@@ -4418,13 +4436,13 @@ <h3>Parsing content</h3>
|
4418 | 4436 | some persistent UI while the scanning can happen, for instance a modal
|
4419 | 4437 | dialog with the ability to cancel at any point.
|
4420 | 4438 | </p>
|
4421 |
| - <img src="images/scan.jpg"> |
| 4439 | + <img class="illustration" src="images/scan.jpg"> |
4422 | 4440 | <p>
|
4423 | 4441 | An implementation could also show the data that is about to be uploaded,
|
4424 | 4442 | postpone sharing the read data until the user OK'd it and even show some
|
4425 | 4443 | UI allowing the user to select which records to share.
|
4426 | 4444 | </p>
|
4427 |
| - <img src="images/approve.jpg"> |
| 4445 | + <img class="illustration" src="images/approve.jpg"> |
4428 | 4446 | <section> <h4>Reading and writing during a scan</h4>
|
4429 | 4447 | <p>
|
4430 | 4448 | When the user scans a tag, at that point the web application has access
|
|
0 commit comments