Skip to content

Commit d1a88bf

Browse files
authored
Merge pull request #197 from w3c/exports
Add some exports used elsewhere
2 parents ef65cde + 5d5f115 commit d1a88bf

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

index.html

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{
1717
name: "Nicolás Peña Moreno",
1818
url: 'https://github.com/npm1',
19-
mailto: "npm@chromium.org",
2019
company: "Google",
2120
companyURL: "https://www.google.com/",
2221
w3cid: "103755",
@@ -26,14 +25,13 @@
2625
{
2726
name: "Ilya Grigorik",
2827
url: "https://www.igvita.com/",
29-
mailto: "igrigorik@gmail.com",
3028
company: "Google",
3129
companyURL: "https://www.google.com/",
3230
w3cid: "56102",
3331
},
3432
{
3533
name: "Jatinder Mann",
36-
mailto: "jmann@microsoft.com",
34+
url: "mailto:jmann@microsoft.com",
3735
company: "Microsoft Corp.",
3836
note: "Until November 2014",
3937
},
@@ -408,8 +406,8 @@ <h2><dfn>PerformanceObserverCallbackOptions</dfn> dictionary</h2>
408406
</section>
409407
<section>
410408
<h2><dfn>observe()</dfn> method</h2>
411-
<p>The <a>observe()</a> method instructs the user agent to <dfn>register
412-
the observer</dfn> and must run these steps:</p>
409+
<p>The <a>observe()</a> method instructs the user agent to register
410+
the observer and must run these steps:</p>
413411
<ol data-link-for="PerformanceObserverInit">
414412
<li>Let <var>relevantGlobal</var> be <a>this</a>'s <a>relevant
415413
global object</a>.
@@ -660,7 +658,7 @@ <h2><a>supportedEntryTypes</a> attribute</h2>
660658
<h2>Processing</h2>
661659
<section data-link-for="PerformanceObserver">
662660
<h2>Queue a <code>PerformanceEntry</code></h2>
663-
<p>To <dfn>queue a PerformanceEntry</dfn> (<var>newEntry</var>), run
661+
<p>To <dfn class="export">queue a PerformanceEntry</dfn> (<var>newEntry</var>), run
664662
these steps:</p>
665663
<ol>
666664
<li>Let <var>interested observers</var> be an initially empty set of
@@ -730,7 +728,7 @@ <h2>Queue the PerformanceObserver task</h2>
730728
</li>
731729
<li>
732730
<a>Queue a task</a> that consists of running the following substeps.
733-
The <a>task source</a> for the queued task is the <dfn data-export="">performance
731+
The <a>task source</a> for the queued task is the <dfn class="export">performance
734732
timeline task source</dfn>.
735733
<ol>
736734
<li>Unset <a>performance observer task queued flag</a> of
@@ -887,12 +885,21 @@ <h2>Determine if a performance entry buffer is full</h2>
887885
</ol>
888886
</section>
889887
</section>
890-
<section id="privacy-security">
891-
<h3>Privacy and Security</h3>
892-
<p>This specification extends the {{Performance}} interface defined by
893-
[[HR-TIME-3]] and provides methods to queue and retrieve entries from the
894-
<a>performance timeline</a>. Please refer to [[HR-TIME-3]] for privacy and
895-
security considerations of exposing high-resoluting timing information.</p>
888+
<section id="privacy">
889+
<h3>Privacy Considerations</h3>
890+
<p>This specification extends the {{Performance}} interface defined by [[HR-TIME-3]] and
891+
provides methods to queue and retrieve entries from the <a>performance timeline</a>. Please
892+
refer to [[HR-TIME-3]] for privacy considerations of exposing high-resoluting timing
893+
information. Each new specification introducing new performance entries should have its own
894+
privacy considerations as well.</p>
895+
</section>
896+
<section id="security">
897+
<h3>Security Considerations</h3>
898+
<p>This specification extends the {{Performance}} interface defined by [[HR-TIME-3]] and
899+
provides methods to queue and retrieve entries from the <a>performance timeline</a>. Please
900+
refer to [[HR-TIME-3]] for security considerations of exposing high-resoluting timing
901+
information. Each new specification introducing new performance entries should have its own
902+
security considerations as well.</p>
896903
</section>
897904
<section>
898905
<h2>Dependencies</h2>

0 commit comments

Comments
 (0)