salomonbrys
10/11/2021, 9:00 AMLeoColman
10/11/2021, 9:56 AMLeoColman
10/11/2021, 9:56 AMAkif Abasov [JB]
10/11/2021, 10:07 AMAkif Abasov [JB]
10/11/2021, 10:07 AMself
explicitly here to workaroundLeoColman
10/11/2021, 10:08 AMAkif Abasov [JB]
10/11/2021, 10:09 AMself + " h1" {
…
}
should workLeoColman
10/11/2021, 10:09 AMLeoColman
10/11/2021, 10:09 AMLeoColman
10/11/2021, 10:10 AMLeoColman
10/11/2021, 10:10 AMcombine
to add that space by default? I doubt anyone combining selectors want to join them as a single string without any spacingAkif Abasov [JB]
10/11/2021, 10:11 AMself + "h1"
mean something like "&h1"
, which is valid case…Akif Abasov [JB]
10/11/2021, 10:13 AMdescendant
combinator for thatAkif Abasov [JB]
10/11/2021, 10:14 AMdescendant(self, "h1")
Akif Abasov [JB]
10/11/2021, 10:15 AMdesc(self, "h1")
LeoColman
10/11/2021, 10:15 AMbutAh, I see. I didn't know thatmean something likeself + "h1"
, which is valid case… (edited)"&h1"
LeoColman
10/11/2021, 10:15 AMa > h1
is valid, isn't it?LeoColman
10/11/2021, 10:16 AM>
operator if we want to make it similarAkif Abasov [JB]
10/11/2021, 10:20 AMAkif Abasov [JB]
10/11/2021, 10:20 AMchild
combinator for that. child(self, "h1")
LeoColman
10/11/2021, 10:21 AMLeoColman
10/11/2021, 10:22 AMAkif Abasov [JB]
10/11/2021, 10:29 AMCLOVIS
10/11/2021, 7:09 PM/