Skip to content

Commit 2b3ce1d

Browse files
committed
[css-syntax] Add issue about charset propagating across origin boundaries.
1 parent 913c360 commit 2b3ce1d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

css-syntax/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,9 @@ <h3 id=the-input-byte-stream><span class=secno>3.2. </span> The input byte
631631
algorithm as a whole cleaner. Perhaps abstract it into the concept of an
632632
"environment charset" or something?
633633

634+
<p class=issue> Should we only take the charset from the referring document
635+
if it's same-origin?
636+
634637
<h4 id=preprocessing-the-input-stream><span class=secno>3.2.1. </span>
635638
Preprocessing the input stream</h4>
636639

css-syntax/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ <h3>
369369
to make the algorithm as a whole cleaner.
370370
Perhaps abstract it into the concept of an "environment charset" or something?
371371

372+
<p class='issue'>
373+
Should we only take the charset from the referring document if it's same-origin?
374+
372375

373376
<h4>
374377
Preprocessing the input stream</h4>

0 commit comments

Comments
 (0)