Skip to content

Commit

Permalink
Update PEPC to use HTML void elements
Browse files Browse the repository at this point in the history
Use void elements for PEPC instead of starting/closing tags as previously spec'ed.
  • Loading branch information
engedy authored Oct 9, 2023
1 parent ca1b25b commit eeee2ea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pepc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,9 @@
<div class="before"></div>
<div class="content">
<permission id="geolocation" type="geolocation">
Use geolocation
</permission>
<permission id="camera" type="camera">
Use camera
</permission>
<permission id="microphone" type="microphone">
Use microphone
</permission>
<permission id="camera-microphone" type="camera microphone">
Use camera & microphone
</permission>
</div>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
Expand Down

0 comments on commit eeee2ea

Please sign in to comment.