diff --git a/index.html b/index.html index e3d577799d..9d1ae22507 100644 --- a/index.html +++ b/index.html @@ -49,9 +49,9 @@ * - ::before styled for CSS-generated issue/example/figure numbers: * -> Documents wishing to use this only need to add * figcaption::before, - * .caption::before { content: "Figure " counter(figure); } - * .example::before { content: "Example " counter(example); } - * .issue::before { content: "Issue " counter(issue); } + * .caption::before { content: "Figure " counter(figure) " "; } + * .example::before { content: "Example " counter(example) " "; } + * .issue::before { content: "Issue " counter(issue) " "; } * * Header Stuff (ignore, just don't conflict with these classes) * - .head for the header @@ -457,7 +457,7 @@ font-style: normal; } dt dfn code, code.idl { - font-size: inherit; + font-size: normal; } dfn var { font-style: normal; @@ -646,7 +646,7 @@ padding-right: 1em; text-transform: uppercase; } - /* Add .issue::before { content: "Issue " counter(issue); } for autogen numbers, + /* Add .issue::before { content: "Issue " counter(issue) " "; } for autogen numbers, or use class="marker" to mark up the issue number in source. */ /** Example *******************************************************************/ @@ -664,7 +664,7 @@ min-width: 7.5em; display: block; } - /* Add .example::before { content: "Example " counter(example); } for autogen numbers, + /* Add .example::before { content: "Example " counter(example) " "; } for autogen numbers, or use class="marker" to mark up the example number in source. */ /** Non-normative Note ********************************************************/ @@ -1421,7 +1421,7 @@
Upstream this to HTML. <https://github.com/whatwg/html/issues/1230>
W3C’s HTML is not based on Fetch, and does not have a process a navigate response algorithm into which to hook. <https://github.com/w3c/html/issues/548>
@@ -2592,31 +2591,31 @@[Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict)] +[Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict)] interface SecurityPolicyViolationEvent : Event { - readonly attribute DOMString documentURI; - readonly attribute DOMString referrer; - readonly attribute DOMString blockedURI; - readonly attribute DOMString violatedDirective; - readonly attribute DOMString effectiveDirective; - readonly attribute DOMString originalPolicy; - readonly attribute DOMString sourceFile; - readonly attribute unsigned short statusCode; - readonly attribute long lineNumber; - readonly attribute long columnNumber; + readonly attribute DOMString documentURI; + readonly attribute DOMString referrer; + readonly attribute DOMString blockedURI; + readonly attribute DOMString violatedDirective; + readonly attribute DOMString effectiveDirective; + readonly attribute DOMString originalPolicy; + readonly attribute DOMString sourceFile; + readonly attribute unsigned short statusCode; + readonly attribute long lineNumber; + readonly attribute long columnNumber; }; -dictionary SecurityPolicyViolationEventInit : EventInit { - DOMString documentURI; - DOMString referrer; - DOMString blockedURI; - DOMString violatedDirective; - DOMString effectiveDirective; - DOMString originalPolicy; - DOMString sourceFile; - unsigned short statusCode; - long lineNumber; - long columnNumber; +dictionary SecurityPolicyViolationEventInit : EventInit { + DOMString documentURI; + DOMString referrer; + DOMString blockedURI; + DOMString violatedDirective; + DOMString effectiveDirective; + DOMString originalPolicy; + DOMString sourceFile; + unsigned short statusCode; + long lineNumber; + long columnNumber; };5.2. Obtain the deprecated serialization of violation
@@ -2682,47 +2681,47 @@- +
violation’s url
- - +
violation’s referrer
- - +
violation’s resource
- - +
violation’s effective directive
- - +
violation’s effective directive
- - +
violation’s policy
- - +
violation’s source file
- - +
violation’s status
- - +
violation’s line number
- - +
violation’s column number
Note: Both effectiveDirective
and violatedDirective
are the same value.
+
Note: Both effectiveDirective
and violatedDirective
are the same value.
This is intentional to maintain backwards compatibility.
If violation’s policy’s directive
@@ -4796,8 +4795,20 @@ ancestor-source-list
, in §6.3.2
[Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict)] +[Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict)] interface SecurityPolicyViolationEvent : Event { - readonly attribute DOMString documentURI; - readonly attribute DOMString referrer; - readonly attribute DOMString blockedURI; - readonly attribute DOMString violatedDirective; - readonly attribute DOMString effectiveDirective; - readonly attribute DOMString originalPolicy; - readonly attribute DOMString sourceFile; - readonly attribute unsigned short statusCode; - readonly attribute long lineNumber; - readonly attribute long columnNumber; + readonly attribute DOMString documentURI; + readonly attribute DOMString referrer; + readonly attribute DOMString blockedURI; + readonly attribute DOMString violatedDirective; + readonly attribute DOMString effectiveDirective; + readonly attribute DOMString originalPolicy; + readonly attribute DOMString sourceFile; + readonly attribute unsigned short statusCode; + readonly attribute long lineNumber; + readonly attribute long columnNumber; }; -dictionary SecurityPolicyViolationEventInit : EventInit { - DOMString documentURI; - DOMString referrer; - DOMString blockedURI; - DOMString violatedDirective; - DOMString effectiveDirective; - DOMString originalPolicy; - DOMString sourceFile; - unsigned short statusCode; - long lineNumber; - long columnNumber; +dictionary SecurityPolicyViolationEventInit : EventInit { + DOMString documentURI; + DOMString referrer; + DOMString blockedURI; + DOMString violatedDirective; + DOMString effectiveDirective; + DOMString originalPolicy; + DOMString sourceFile; + unsigned short statusCode; + long lineNumber; + long columnNumber; };@@ -5272,7 +5314,6 @@Stylesheet loading is not yet integrated with Fetch in WHATWG’s HTML. <https://github.com/whatwg/html/issues/968> ↵