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

Commit

Permalink
[Large] Port dependent changes for CSP (and other good stuff) from WH…
Browse files Browse the repository at this point in the history
…ATWG (#387)

* CSP integrations for Issue #201

Had to adapt "resulting URL record" -> "resulting parsed URL" (will fix
with changes to 2.5.2 eventually)

* Update refs to CSP3 (from CSP1 Note) for Issue #191

Also fix typo 'teh'

* Groundwork for realms #190 and scripting updates #165, #189

Importing dependent changes since last sync of WHATWG in mid-Jan.
Added JS-related terms

* intermediate: translated definitions in scripting section

* Imports 3 fetch script algorithms
and reorders a few sections to match WHATWG

* add algorithms for script creation

* WIP: Syncing changes through event handler section

* webappapi include mostly synced. script element section remains

* syncing changes for the script element

* pulling in more required sections for linking issues

* Further reducing linking issues

* fixes more linking issues

* Finally builds CLEAN!

* Adding some missing CSP changes

* Adding a few more CSP dependencies

* All CSP changes validated and builds clean

* Removed script modules

* tables in DTs don't render nicely; also fixed backtick use in a few places

* Fixes for @arronei's PR feedback
  • Loading branch information
travisleithead authored and arronei committed May 16, 2016
1 parent d96bf78 commit 1b70bac
Show file tree
Hide file tree
Showing 23 changed files with 5,332 additions and 6,064 deletions.
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

0 comments on commit 1b70bac

Please sign in to comment.