Skip to content

Commit add3b97

Browse files
committed
Remove extraneous mentions of whitespace.
1 parent d4a0972 commit add3b97

3 files changed

Lines changed: 57 additions & 15 deletions

File tree

css3-values/Overview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,8 +1326,7 @@ <h2 id=functional-notation><span class=secno>8. </span> Functional
13261326
<p>Some values use a <dfn id=functional-notation0>functional notation</dfn>
13271327
to type values and to lump values together. The syntax starts with the
13281328
name of the function immediately followed by a left parenthesis followed
1329-
by optional whitespace followed by the argument(s) to the notation
1330-
followed by optional whitespace followed by a right parenthesis. If a
1329+
by the argument(s) to the notation followed by a right parenthesis. If a
13311330
function takes a list of arguments, the arguments are separated by a comma
13321331
(&lsquo;<code class=css>,</code>&rsquo;) with optional whitespace before
13331332
and after the comma.

css3-values/Overview.src.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -859,13 +859,14 @@ <h3 id="position">
859859
<h2 id="functional-notation">
860860
Functional Notations</h2>
861861

862-
<p>Some values use a <dfn>functional notation</dfn> to type values and
863-
to lump values together. The syntax starts with the name of the
864-
function immediately followed by a left parenthesis followed by optional
865-
whitespace followed by the argument(s) to the notation followed by
866-
optional whitespace followed by a right parenthesis. If a function
867-
takes a list of arguments, the arguments are separated by a comma
868-
(',') with optional whitespace before and after the comma.
862+
<p>Some values use a <dfn>functional notation</dfn> to type values and to lump values together.
863+
The syntax starts with the name of the function
864+
immediately followed by a left parenthesis
865+
followed by the argument(s) to the notation
866+
followed by a right parenthesis.
867+
If a function takes a list of arguments,
868+
the arguments are separated by a comma (',')
869+
with optional whitespace before and after the comma.
869870

870871
<pre class="example">
871872
<!-- -->background: url(http://www.example.org/image);

css3-values/issues-lc-2012.txt

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Summary: calc() and attr() need to resolve values that are normally changed at
1212
From: Kenny Lu
1313
Comment: http://www.w3.org/mid/4F858F59.1000606@csail.mit.edu
1414
Response:
15-
Closed:
15+
Closed: Accepted.
1616
----
1717
Issue 3.
1818
Summary: Using the 'integer' type in attr() seems to be invalid in places that want <number>.
@@ -30,31 +30,31 @@ Issue 5.
3030
Summary: attr() needs to either clarify what element it draws from when not in a rule (and where exactly it's allowed), or disallow that case
3131
From: Kenny Lu
3232
Comment:
33-
Closed:
33+
Closed: Accepted
3434
----
3535
Issue 6.
3636
Summary: @import should probably disallow attr()
3737
From: Kenny Lu
3838
Comment:
39-
Closed:
39+
Closed: Accepted
4040
----
4141
Issue 7.
4242
Summary: Should calc() be allowed in @keyframes selectors?
4343
From: Kenny Lu
4444
Comment:
45-
Closed:
45+
Closed: OutOfScope
4646
----
4747
Issue 8.
4848
Summary: attr() should disallow its fallback value from *containing* another attr(), not just *being* attr().
4949
From: Kenny Lu
5050
Comment:
51-
Closed:
51+
Closed: Accepted
5252
----
5353
Issue 9.
5454
Summary: attr() shouldn't disallow its fallback value from containing more attr().
5555
From: Kenny Lu
5656
Comment:
57-
Closed:
57+
Closed: Rejected
5858
----
5959
Issue 10.
6060
Summary: Can calc() return an <integer>? If so, clarify when it does so.
@@ -65,4 +65,46 @@ Closed:
6565
Issue 11.
6666
Summary: calc() should refer to <number> etc. *types*, not grammar tokens, so attr() etc. can be used.
6767
From: fantasai and Tab Atkins
68+
Closed:
69+
----
70+
Issue 12.
71+
Summary: cycle() and values that have commas.
72+
From: Tab Atkins
73+
Closed:
74+
----
75+
Issue 13.
76+
Summary: cycle() can't skip levels, or easily refer to non-inherited properties
77+
From: Kenny Lu
78+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html
79+
Closed:
80+
----
81+
Issue 14.
82+
Summary: Example UA stylesheet using cycle() for <ul> is incorrect.
83+
From: Kenny Lu
84+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html
85+
Closed:
86+
----
87+
Issue 15.
88+
Summary: Value equality of components of cycle() ill-defined
89+
From: Kenny Lu
90+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0207.html
91+
Closed:
92+
----
93+
Issue 16.
94+
Summary: Defer cycle() to level 4
95+
From: fantasai and Tab Atkins
96+
Note: Possibly switch current function to toggle(), and create a new cycle() that addresses Kenny's issues about <ul>,<table>,etc.
97+
Closed:
98+
----
99+
Issue 17.
100+
Summary: Switch URL reference to abarth's url spec.
101+
From: Kenny Lu
102+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html
103+
Closed:
104+
----
105+
Issue 18.
106+
Summary: Define (or reference from elsewhere) a specific always-invalid URL.
107+
From: Kenny Lu
108+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Apr/0204.html
109+
Closed:
68110
----

0 commit comments

Comments
 (0)