|
16 | 16 | { |
17 | 17 | name: "Nicolás Peña Moreno", |
18 | 18 | url: 'https://github.com/npm1', |
19 | | - mailto: "npm@chromium.org", |
20 | 19 | company: "Google", |
21 | 20 | companyURL: "https://www.google.com/", |
22 | 21 | w3cid: "103755", |
|
26 | 25 | { |
27 | 26 | name: "Ilya Grigorik", |
28 | 27 | url: "https://www.igvita.com/", |
29 | | - mailto: "igrigorik@gmail.com", |
30 | 28 | company: "Google", |
31 | 29 | companyURL: "https://www.google.com/", |
32 | 30 | w3cid: "56102", |
33 | 31 | }, |
34 | 32 | { |
35 | 33 | name: "Jatinder Mann", |
36 | | - mailto: "jmann@microsoft.com", |
| 34 | + url: "mailto:jmann@microsoft.com", |
37 | 35 | company: "Microsoft Corp.", |
38 | 36 | note: "Until November 2014", |
39 | 37 | }, |
@@ -408,8 +406,8 @@ <h2><dfn>PerformanceObserverCallbackOptions</dfn> dictionary</h2> |
408 | 406 | </section> |
409 | 407 | <section> |
410 | 408 | <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> |
413 | 411 | <ol data-link-for="PerformanceObserverInit"> |
414 | 412 | <li>Let <var>relevantGlobal</var> be <a>this</a>'s <a>relevant |
415 | 413 | global object</a>. |
@@ -660,7 +658,7 @@ <h2><a>supportedEntryTypes</a> attribute</h2> |
660 | 658 | <h2>Processing</h2> |
661 | 659 | <section data-link-for="PerformanceObserver"> |
662 | 660 | <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 |
664 | 662 | these steps:</p> |
665 | 663 | <ol> |
666 | 664 | <li>Let <var>interested observers</var> be an initially empty set of |
@@ -730,7 +728,7 @@ <h2>Queue the PerformanceObserver task</h2> |
730 | 728 | </li> |
731 | 729 | <li> |
732 | 730 | <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 |
734 | 732 | timeline task source</dfn>. |
735 | 733 | <ol> |
736 | 734 | <li>Unset <a>performance observer task queued flag</a> of |
@@ -887,12 +885,21 @@ <h2>Determine if a performance entry buffer is full</h2> |
887 | 885 | </ol> |
888 | 886 | </section> |
889 | 887 | </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> |
896 | 903 | </section> |
897 | 904 | <section> |
898 | 905 | <h2>Dependencies</h2> |
|
0 commit comments