Skip to content

Commit

Permalink
Merge pull request #72 from w3c/xrefs
Browse files Browse the repository at this point in the history
Editorial: xref fixes
  • Loading branch information
yoavweiss authored Apr 21, 2020
2 parents 479a06b + 0322581 commit 9358aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h2><dfn>clearMeasures()</dfn> method</h2>
</section>
<section id="performancemark" data-dfn-for="PerformanceMark" data-link-for="PerformanceMark">
<h2>The <dfn>PerformanceMark</dfn> Interface</h2>
<p>The <a>PerformanceMark</a> interface also exposes marks created via the <a>performance.mark</a> method to the <a data-cite="PERFORMANCE-TIMELINE-2#dfn-performance-timeline">Performance Timeline</a>.</p>
<p>The <a>PerformanceMark</a> interface also exposes marks created via the {{Performance}} interface's {{Performance/mark()}} method to the <a data-cite="PERFORMANCE-TIMELINE-2#dfn-performance-timeline">Performance Timeline</a>.</p>
<pre class="idl">
[Exposed=(Window,Worker)]
interface PerformanceMark : PerformanceEntry {
Expand Down Expand Up @@ -339,7 +339,7 @@ <h3>The <dfn><a>PerformanceMark</a> Constructor</dfn></h3>
</section>
<section id="performancemeasure" data-dfn-for="PerformanceMeasure" data-link-for="PerformanceMeasure">
<h2>The <dfn>PerformanceMeasure</dfn> Interface</h2>
<p>The <a>PerformanceMeasure</a> interface also exposes measures created via the <a>performance.measure</a> method to the <a data-cite="PERFORMANCE-TIMELINE-2#performance-timeline">Performance Timeline</a>.</p>
<p>The <a>PerformanceMeasure</a> interface also exposes measures created via the {{Performance}} interface's {{Performance/measure()}} method to the <a data-cite="PERFORMANCE-TIMELINE-2#performance-timeline">Performance Timeline</a>.</p>
<pre class="idl">
[Exposed=(Window,Worker)]
interface PerformanceMeasure : PerformanceEntry {
Expand Down

0 comments on commit 9358aab

Please sign in to comment.