| <!doctype html> | |
| <title> | |
| A standard permission element of type location, with a red stroke with the | |
| default stroke-width of 1px. | |
| </title> | |
| <style> | |
| ::permission-icon { | |
| stroke: red; | |
| } | |
| </style> | |
| <permission id="geolocation" type="geolocation"></permission> |