css-diner icon indicating copy to clipboard operation
css-diner copied to clipboard

On level 10 if we use " .table * " as a selector, the level does not pass

Open gabrielstuff opened this issue 9 years ago • 6 comments

It should work using .table * but it appear to only work with *

gabrielstuff avatar Oct 11 '16 13:10 gabrielstuff

Thanks @gabrielstuff, I need to address this. I think that maybe I should also make the .table element 'hoverable' so that it's part of the active set of elements.

flukeout avatar Oct 20 '16 18:10 flukeout

My young students try to respect what is written and thus use the markup. As the markup contains the table element, they try to select it.

We should either remove it from the markup or allow to select it.

Thanks a lot !

gabrielstuff avatar Oct 20 '16 19:10 gabrielstuff

I confirm it's a bug :-). Also during a class. Can we accept .table * as the correct answer instead of *?

I am willing to PR if you'll direct my to where to do it.

alexilyaev avatar Jan 23 '17 10:01 alexilyaev

ohh man lol

dantaslayla11 avatar Mar 15 '19 04:03 dantaslayla11

  • is the WRONG answer! This would also select the table. Please fix

mploigt avatar Dec 20 '19 14:12 mploigt

I think if we want to stress how much the universal selector selects, entering * should just make the table vanish along with everything on it.

ElvisRodriguez avatar Jul 08 '21 17:07 ElvisRodriguez