Skip to content

Commit

Permalink
Sort built-in navigating URL attributes list and add iframe src
Browse files Browse the repository at this point in the history
The list was missing `iframe src` and I also sorted the list
  • Loading branch information
mozfreddyb authored Dec 19, 2024
1 parent 9254522 commit b090713
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -753,18 +753,23 @@ navigations are "unsafe", are as follows:
{ "`name`" → "`href`", "`namespace`" → `null` }
],
<br>
[
{ "`name`" &rightarrow; "`button`", "`namespace`" &rightarrow; [=HTML namespace=] },
{ "`name`" &rightarrow; "`formaction`", "`namespace`" &rightarrow; `null` }
],
<br>
[
{ "`name`" &rightarrow; "`form`", "`namespace`" &rightarrow; [=HTML namespace=] },
{ "`name`" &rightarrow; "`action`", "`namespace`" &rightarrow; `null` }
],
<br>
[
{ "`name`" &rightarrow; "`input`", "`namespace`" &rightarrow; [=HTML namespace=] },
{ "`name`" &rightarrow; "`formaction`", "`namespace`" &rightarrow; `null` }
{ "`name`" &rightarrow; "`iframe`", "`namespace`" &rightarrow; [=HTML namespace=] },
{ "`name`" &rightarrow; "`src`", "`namespace`" &rightarrow; `null` }
],
<br>
[
{ "`name`" &rightarrow; "`button`", "`namespace`" &rightarrow; [=HTML namespace=] },
{ "`name`" &rightarrow; "`input`", "`namespace`" &rightarrow; [=HTML namespace=] },
{ "`name`" &rightarrow; "`formaction`", "`namespace`" &rightarrow; `null` }
],
<br>
Expand Down

0 comments on commit b090713

Please sign in to comment.