File tree 1 file changed +17
-6
lines changed 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 39
39
company : "Facebook" ,
40
40
w3cid : 88345 ,
41
41
} ,
42
+ {
43
+ name : "Ian Jacobs" ,
44
+ url : "http://www.w3.org/People/Jacobs/" ,
45
+ company : "W3C" ,
46
+ companyURL : "https://www.w3.org/" ,
47
+ w3cid : 2175 ,
48
+ } ,
49
+ {
50
+ name : "Rouslan Solomakhin" ,
51
+ url : "https://github.com/rsolomakhin" ,
52
+ company : "Google" ,
53
+ companyURL : "https://www.google.com/" ,
54
+ w3cid : 83784 ,
55
+ } ,
42
56
] ,
43
57
crEnd : "2018-10-31" ,
44
58
license : "w3c-software-doc" ,
936
950
to < a > show()</ a > to protect the user, then return a promise
937
951
rejected with a "< a > SecurityError</ a > " < a > DOMException</ a > . For
938
952
example, the < a > user agent</ a > may limit the rate at which a page
939
- can call < a > show()</ a > , as described in the < a href =
940
- "#privacy "> privacy considerations </ a > section .
953
+ can call < a > show()</ a > , as described in section < a href =
954
+ "#privacy "> </ a > .
941
955
</ p >
942
956
</ li >
943
957
< li > If < var > request</ var > .< a > [[\state]]</ a > is not "< a > created</ a > "
@@ -1683,10 +1697,7 @@ <h2>
1683
1697
A < a > valid decimal monetary value</ a > containing a monetary amount.
1684
1698
</ dd >
1685
1699
</ dl >
1686
- < p >
1687
- The following example shows how to represent US$55.00.
1688
- </ p >
1689
- < pre class ="example js ">
1700
+ < pre class ="example js " title ="How to represent US$55.00 ">
1690
1701
{
1691
1702
"currency": "USD",
1692
1703
"value": "55.00"
You can’t perform that action at this time.
0 commit comments