|
| Bug in parsing CSS3 selector expression containing :has | |
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Wed Aug 07, 2024 3:24 am |
|
|
|
|
|
Just to report a bug in parsing a CSS3 :has selector:
.btnspacer:nth-child(2n+1):has(+ .prevnextrec) |
Gives an error on the + sign, but the selector is perfectly fine and works properly.
|
|
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Wed Aug 07, 2024 3:26 am |
|
|
|
|
|
Also, another bug with the :has selector:
select:has(option[value="_"]) |
gives a non existent error on [ square bracket.
|
|
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Wed Aug 07, 2024 3:27 am |
|
|
|
|
|
Another one:
On the dot . .
|
|
| Re: Bug in parsing CSS3 selector expression containing :has | |
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Wed Nov 20, 2024 2:14 pm |
|
|
|
|
|
[quote="ShoresOfNowhere"]Just to report a bug in parsing a CSS3 :has selector:
.btnspacer:nth-child(2n+1):has(+ .prevnextrec) |
Gives an error on the + sign, but the selector is perfectly fine and works properly.[/quote]
Version 21 build 21024 now gives the error on the . of .prevnextrec
|
|
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Wed Nov 20, 2024 2:16 pm |
|
|
|
|
|
[quote="ShoresOfNowhere"]Also, another bug with the :has selector:
select:has(option[value="_"]) |
gives a non existent error on [ square bracket.[/quote]
Bug still present in v21 build 21024
|
|
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Wed Nov 20, 2024 2:17 pm |
|
|
|
|
|
[quote="ShoresOfNowhere"]Another one:
On the dot . .[/quote]
Still present on v21 build 21024
|
|
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Wed Nov 20, 2024 2:18 pm |
|
|
|
|
|
[quote="ShoresOfNowhere"]Another one like the second, on the plus sign:
.testaco_tog:has(+ .testaco.on)::before |
[/quote]
On v21 build 21024 the error has moved on the . of .testaco, but still it's not correct.
|
|
Site Admin
Joined: 13 Jul 2003 |
Posts: 8344 |
|
|
|
Posted: Wed Nov 20, 2024 6:23 pm |
|
|
|
|
|
Thank you for the reports! First, let me clarify—this isn’t exactly “CSS3.” There’s no CSS3 standard anymore. CSS is an evolving technology with no fixed releases or baselines, and variations appear constantly, making it nearly impossible to track everything. That said, if you’re a customer, it’s best to file bugs as official reports. The forum is mainly for discussions. While I can gather issues from posts like this, there’s a chance I might miss something. Bug reports, on the other hand, are converted into tickets, which makes them much easier to track and manage.
|
_________________ The PHP IDE team
|
|
| | |
Joined: 27 Mar 2023 |
Posts: 50 |
|
|
|
Posted: Thu Nov 21, 2024 1:36 pm |
|
|
|
|
|
[quote="dmitri"]Thank you for the reports! First, let me clarify—this isn’t exactly “CSS3.” There’s no CSS3 standard anymore. CSS is an evolving technology with no fixed releases or baselines, and variations appear constantly, making it nearly impossible to track everything. That said, if you’re a customer, it’s best to file bugs as official reports. The forum is mainly for discussions. While I can gather issues from posts like this, there’s a chance I might miss something. Bug reports, on the other hand, are converted into tickets, which makes them much easier to track and manage.[/quote]
Sorry, I might be dumb but I can't find anywhere the bug reporting system, where can it be found?
Thanks
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT - 5 Hours
Page 1 of 1
|
|
|
| |