Skip to content

Commit 75b3756

Browse files
committed
[css-ui-4] Clarify outline-style grammar
Part of #2466
1 parent 7282b35 commit 75b3756

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

css-ui-4/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Animation type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-len
399399

400400
<pre class="propdef">
401401
Name: outline-style
402-
Value: auto | <'border-style'>
402+
Value: auto | <<outline-style>>
403403
Initial: none
404404
Applies to: all elements
405405
Inherited: no
@@ -456,13 +456,14 @@ The 'outline-width' property accepts
456456
the same values as 'border-width'
457457
([[css-backgrounds-3#the-border-width]]).
458458

459-
The 'outline-style' property accepts
460-
the same values as 'border-style'
461-
([[css-backgrounds-3#the-border-style]]),
459+
<dfn><<outline-style>></dfn> accepts
460+
the same values as <<line-style>>
461+
([[css-backgrounds-3#the-border-style]])
462+
with the same meaning,
462463
except that
463464
<span class=css>hidden</span> is not a legal outline style.
464-
In addition, in CSS3,
465-
'outline-style'
465+
In addition,
466+
the 'outline-style' property
466467
accepts the value ''outline-style/auto''.
467468
The ''outline-style/auto'' value permits the user agent
468469
to render a custom outline style,

css-ui-4/issues-fpwd-2015.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
33
<title>CSS Basic User Interface Module Level 4 Disposition of Comments for 2015-09-22 WD</title>
4-
<style type="text/css">
4+
<style>
55
.a { background: lightgreen }
66
.d { background: lightblue }
77
.r { background: orange }
@@ -114,6 +114,14 @@ <h1>CSS Basic User Interface Module Level 4 Disposition of Comments for 2015-09-
114114
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-345380779'>https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-345380779</a>
115115
Closed: Accepted
116116
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-356685574'>https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-356685574</a></pre>
117+
<pre class='a' id='issue-11'>
118+
Issue 11. <a href='#issue-11'>#</a>
119+
Summary: Grammar of outline-style poorly defined
120+
From: Louis Lazaris
121+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2466'>https://github.com/w3c/csswg-drafts/issues/2466</a>
122+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/2466#issuecomment-376016337'>https://github.com/w3c/csswg-drafts/issues/2466#issuecomment-376016337</a>
123+
Closed: Accepted
124+
Resolved: Editorial</pre>
117125
<script>
118126
(function () {
119127
var sheet = document.styleSheets[0];

css-ui-4/issues-fpwd-2015.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,11 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1941
9090
Response: https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-345380779
9191
Closed: Accepted
9292
Resolved: https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-356685574
93+
----
94+
Issue 11.
95+
Summary: Grammar of outline-style poorly defined
96+
From: Louis Lazaris
97+
Comment: https://github.com/w3c/csswg-drafts/issues/2466
98+
Response: https://github.com/w3c/csswg-drafts/issues/2466#issuecomment-376016337
99+
Closed: Accepted
100+
Resolved: Editorial

0 commit comments

Comments
 (0)