Commit 5fab51b 1 parent 99f2546 commit 5fab51b Copy full SHA for 5fab51b
File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export class Cascade implements Serializable {
63
63
this . _depth = getDepth ( root ) ;
64
64
this . _device = device ;
65
65
this . _selectors = SelectorMap . from (
66
- [ /* UserAgent,*/ ...root . style ] ,
66
+ [ UserAgent , ...root . style ] ,
67
67
device ,
68
68
this . _depth ,
69
69
) ;
Original file line number Diff line number Diff line change 1
- /// <reference lib="dom" />
2
1
import { Array } from "@siteimprove/alfa-array" ;
3
2
import { Cache } from "@siteimprove/alfa-cache" ;
4
3
import type { Callback } from "@siteimprove/alfa-callback" ;
@@ -120,8 +119,6 @@ export class Style implements Serializable<Style.JSON> {
120
119
declaration : Declaration ,
121
120
origin : Origin ,
122
121
) : void {
123
- console . log ( `${ name } is ${ Longhands . propName ( name ) } ` ) ;
124
-
125
122
const property = Longhands . get ( name ) ;
126
123
127
124
// If the property has been reverted to User Agent origin,
Original file line number Diff line number Diff line change @@ -2035,10 +2035,12 @@ __metadata:
2035
2035
" @siteimprove/alfa-applicative " : " workspace:^"
2036
2036
" @siteimprove/alfa-array " : " workspace:^"
2037
2037
" @siteimprove/alfa-cache " : " workspace:^"
2038
+ " @siteimprove/alfa-callback " : " workspace:^"
2038
2039
" @siteimprove/alfa-cascade " : " workspace:^"
2039
2040
" @siteimprove/alfa-css " : " workspace:^"
2040
2041
" @siteimprove/alfa-device " : " workspace:^"
2041
2042
" @siteimprove/alfa-dom " : " workspace:^"
2043
+ " @siteimprove/alfa-either " : " workspace:^"
2042
2044
" @siteimprove/alfa-equatable " : " workspace:^"
2043
2045
" @siteimprove/alfa-functor " : " workspace:^"
2044
2046
" @siteimprove/alfa-iterable " : " workspace:^"
You can’t perform that action at this time.
0 commit comments