|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <title>Disposition of Comments</title> |
6 | | - <link rel="stylesheet" href="https://get.mavo.io/mavo.css"> |
| 6 | + <link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css"> |
7 | 7 | <link rel="stylesheet" href="issues.css"> |
8 | | - <script src="https://get.mavo.io/mavo.js"></script> |
| 8 | + <script src="https://dev.mavo.io/dist/mavo.js"></script> |
9 | 9 | <!-- <script src="../../mavo/dist/mavo.js"></script> --> |
10 | 10 | </head> |
11 | 11 | <body> |
12 | 12 |
|
13 | 13 | <div mv-app id="issues" |
14 | | - mv-storage="https://github.com/w3c/csswg-drafts/{$url.spec}/issues-{$url.doc}.yaml" |
15 | | - mv-github-commit-prefix="[{$url.spec}] " mv-if="$url.spec"> |
| 14 | + mv-storage="https://github.com/w3c/csswg-drafts/{$url.spec}/issues-{url('doc')}.yaml" |
| 15 | + mv-github-commit-prefix="[{url('spec')}] " mv-if="url('spec')"> |
16 | 16 | <header> |
17 | 17 | <div class="mv-bar mv-ui mv-fixed"></div> |
18 | 18 | <h1> |
19 | | - <a href="{$url.spec}" mv-attribute="null" property="title"></a> |
| 19 | + <a href="{url('spec')}" mv-attribute="null" property="title"></a> |
20 | 20 | </h1> |
21 | 21 | <h2> |
22 | 22 | <span class="doc">Disposition of Comments ({replace(uppercase($url.doc), '-', ' ')})</span> |
|
63 | 63 | </div> |
64 | 64 |
|
65 | 65 | <article property="issue" mv-multiple class="status-{status} issue-{openness} {if(and(shown), '', 'filtered')}" id="issue-{id}"> |
66 | | - <meta property="shown" content="{openFilter[openness].show}" /> |
67 | | - <meta property="shown" content="{!status or statusFilter[status].show}" /> |
| 66 | + <meta property="shown" content="{openFilter['id=' & openness].show}" /> |
| 67 | + <meta property="shown" content="{!status or statusFilter['id=' & status].show}" /> |
68 | 68 | <meta property="shown" content="{!count(selectedTags) or intersects(tag, selectedTags)}" /> |
69 | 69 |
|
70 | 70 | <h1> |
|
0 commit comments