webprogramming260 / .github

Web Programming 260 Instruction
MIT License
22 stars 125 forks source link

docs: fix the wrong order of the sibling combinators to match their descriptions in the table. #150

Closed mrataeran closed 6 months ago

mrataeran commented 6 months ago

There was a mixup in the order of the sibling combinator selectors: p ~ div selects divs with a p sibling, but the description says "Any p that has a div sibling". Same issue for both sibling examples in the table.