File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ Example usage:
276
276
<permission
277
277
onpromptdismiss =" showContextInfo()"
278
278
type =" microphone"
279
- / >
279
+ ></ permission >
280
280
281
281
<script >
282
282
function showContextInfo () {
@@ -368,7 +368,7 @@ styleable via CSS like any regular button. For example:
368
368
border-radius : 10px ;
369
369
}
370
370
</style >
371
- <permission type =" geolocation" / >
371
+ <permission type =" geolocation" ></ permission >
372
372
```
373
373
374
374
<img src =" images/image9.png " >
@@ -401,7 +401,7 @@ Example usage:
401
401
color : blue ;
402
402
}
403
403
</style >
404
- <permission type =" geolocation" / >
404
+ <permission type =" geolocation" ></ permission >
405
405
```
406
406
407
407
<img src =" images/image10.png " > \
@@ -484,7 +484,7 @@ cancelable.
484
484
Example usage:
485
485
486
486
``` html
487
- <permission type =" geolocation" onpromptdismiss =" showLocationWarning()" / >
487
+ <permission type =" geolocation" onpromptdismiss =" showLocationWarning()" ></ permission >
488
488
<script >
489
489
// Called when the PEPC-triggered permission flow has been canceled by the user
490
490
// without a decision being made.
You can’t perform that action at this time.
0 commit comments