File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sources/academy/webscraping/advanced_web_scraping Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Make sure your [CSS selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/
106106- Use element attributes with the ** lowest probability of a future change** .
107107- Completely ** avoid or strip** selectors of values that are clearly ** random** .
108108- Completely ** avoid or strip** selectors of values that are clearly ** flexible** .
109- - ** Extend low-specificity** selectors to reduce the probability of ** collisions**** .
109+ - ** Extend low-specificity** selectors to reduce the probability of ** collisions** .
110110
111111Below is an example of stripping away too-specific parts of a selector that are likely random or subject to change.
112112
You can’t perform that action at this time.
0 commit comments