Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

[Large] Port dependent changes for CSP (and other good stuff) from WHATWG #387

Merged
merged 21 commits into from
May 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6d411f9
CSP integrations for Issue #201
travisleithead May 2, 2016
ddd4738
Update refs to CSP3 (from CSP1 Note) for Issue #191
travisleithead May 3, 2016
3fc469a
Groundwork for realms #190 and scripting updates #165, #189
travisleithead May 3, 2016
0582917
intermediate: translated definitions in scripting section
travisleithead May 3, 2016
acca744
Imports 3 fetch script algorithms
travisleithead May 4, 2016
f2b6b10
add algorithms for script creation
travisleithead May 5, 2016
9761324
WIP: Syncing changes through event handler section
travisleithead May 5, 2016
5018163
webappapi include mostly synced. script element section remains
travisleithead May 6, 2016
d4391f2
syncing changes for the script element
travisleithead May 9, 2016
bfa7886
pulling in more required sections for linking issues
travisleithead May 12, 2016
0bfcc34
Further reducing linking issues
travisleithead May 12, 2016
9696572
fixes more linking issues
travisleithead May 13, 2016
400aa8f
Finally builds CLEAN!
travisleithead May 13, 2016
98c3afd
Adding some missing CSP changes
travisleithead May 13, 2016
46fefdd
Adding a few more CSP dependencies
travisleithead May 14, 2016
3364ec9
All CSP changes validated and builds clean
travisleithead May 14, 2016
b3a42b7
Merge branch 'master' into csp-ports and fix fallout linking errors.
travisleithead May 15, 2016
07b96eb
Removed script modules
travisleithead May 16, 2016
9a01e13
tables in DTs don't render nicely; also fixed backtick use in a few p…
travisleithead May 16, 2016
ea12b29
Merge branch 'master' into csp-ports
travisleithead May 16, 2016
f38143c
Fixes for @arronei's PR feedback
travisleithead May 16, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 59 additions & 118 deletions images/asyncdefer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion sections/attributes.include
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<td>"<code>true</code>"; "<code>false</code>"</td>
</tr>
<tr>
<th><code>contextmenu</code></th>
<th><{global/contextmenu}></th>
<td><a>HTML elements</a></td>
<td>The element's context menu</td>
<td><a>ID</a>*</td>
Expand Down Expand Up @@ -552,6 +552,12 @@
<td>Name of parameter</td>
<td><a>Text</a></td>
</tr>
<tr>
<th><code>nonce</code></th>
<td><{script}>; <{style}></td>
<td>Cryptographic nonce used in <a>Content Security Policy</a> checks [[CSP3]]</td>
<td><a>Text</a></td>
</tr>
<tr>
<th><{form/novalidate}></th>
<td><{form}></td>
Expand Down
Loading