Skip to content

Commit e691135

Browse files
committed
[css-text] Add form feed to list of exceptional characters. Need to go back and add in what *should* be done with it, plus tests. Also move image.
1 parent adde861 commit e691135

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

File renamed without changes.

css-text/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Languages and Typesetting</h4>
616616

617617
<p>
618618
Control characters (<a>Unicode category</a> <code>Cc</code>)
619-
other than tab (U+0009), line feed (U+000A), and carriage return (U+000D)
619+
other than tab (U+0009), line feed (U+000A), form feed (U+000C), and carriage return (U+000D)
620620
must be rendered as a visible glyph
621621
and otherwise treated as any other character
622622
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.

css-text/issues-lc-2013.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,4 +779,11 @@ From: Koji Ishii
779779
Comment: http://lists.w3.org/Archives/Public/www-style/2014Aug/0030.html
780780
Open:
781781
----
782-
782+
Issue 90.
783+
Summary: Syncrhonize definition of white space across Web Platform
784+
From: David Baron
785+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Aug/0237.html
786+
Response: https://lists.w3.org/Archives/Public/www-style/2015Sep/0103.html
787+
Closed: Accepted
788+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Sep/0165.html
789+
----

0 commit comments

Comments
 (0)