File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ Animation type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-len
399
399
400
400
<pre class="propdef">
401
401
Name : outline-style
402
- Value : auto | <'border -style' >
402
+ Value : auto | <<outline -style> >
403
403
Initial : none
404
404
Applies to : all elements
405
405
Inherited : no
@@ -456,13 +456,14 @@ The 'outline-width' property accepts
456
456
the same values as 'border-width'
457
457
([[css-backgrounds-3#the-border-width]] ).
458
458
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,
462
463
except that
463
464
<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
466
467
accepts the value ''outline-style/auto'' .
467
468
The ''outline-style/auto'' value permits the user agent
468
469
to render a custom outline style,
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< meta charset ="utf-8 ">
3
3
< title > CSS Basic User Interface Module Level 4 Disposition of Comments for 2015-09-22 WD</ title >
4
- < style type =" text/css " >
4
+ < style >
5
5
.a { background : lightgreen }
6
6
.d { background : lightblue }
7
7
.r { background : orange }
@@ -114,6 +114,14 @@ <h1>CSS Basic User Interface Module Level 4 Disposition of Comments for 2015-09-
114
114
Response: < a href ='https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-345380779 '> https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-345380779</ a >
115
115
Closed: Accepted
116
116
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 >
117
125
< script >
118
126
( function ( ) {
119
127
var sheet = document . styleSheets [ 0 ] ;
Original file line number Diff line number Diff line change @@ -90,3 +90,11 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1941
90
90
Response: https://github.com/w3c/csswg-drafts/issues/1941#issuecomment-345380779
91
91
Closed: Accepted
92
92
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
You can’t perform that action at this time.
0 commit comments