Skip to content

Commit

Permalink
editorial: fix some xref issues (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres authored and rsolomakhin committed Oct 21, 2019
1 parent 4dabb06 commit b19b3af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -66,10 +66,11 @@
testSuiteURI: "https://w3c-test.org/payment-handler/",
issueBase: "https://github.com/w3c/payment-handler/issues/",
githubAPI: "https://api.github.com/repos/w3c/payment-handler",
xref: "web-platform",
};
</script>
</head>
<body>
<body data-cite="service-workers">
<section id="abstract">
<p>
This specification defines capabilities that enable Web applications to
Expand Down Expand Up @@ -680,7 +681,7 @@ <h2>
<li>For each <var>image</var> in <var>inputImages</var>:
<ol>
<li>If <var>image</var>.<a data-lt="ImageObject.type">type</a>
is not a <a data-cite="#valid-mime-type">valid MIME type</a> or
is not a <a data-cite="mimesniff">valid MIME type string</a> or
the value of type is not a supported media format, then return
an empty <a>Sequence</a> of <a>ImageObject</a>.
</li>
Expand Down Expand Up @@ -1694,9 +1695,8 @@ <h2>
<dfn>Open Window Algorithm</dfn>
</h2>
<p class="issue" title="The Open Window Algorithm" data-number="115">
This algorithm resembles the <a data-cite=
"!SERVICE-WORKERS#clients-openwindow">Open Window Algorithm</a> in
the Service Workers specification.
This algorithm resembles the <a>Open Window Algorithm</a> in the
Service Workers specification.
</p>
<p class="issue" data-number="115">
Should we refer to the Service Workers specification instead of
Expand Down

0 comments on commit b19b3af

Please sign in to comment.