Dmitry Gozman
0102e080f6
fix(text selector): make quoted selector match by text nodes ( #5603 )
...
This change turns quoted match to be case-sensitive (as before),
but not strictly full-string for the whole element's text.
This is a fix for a case where element contains text nodes and child elements:
```html
<div>text1<span>child node</span>text2</div>
```
We now match this div by `text="text1"` and `text="text2"`.
2021-02-24 16:32:38 -08:00
..
2021-02-24 14:29:14 -08:00
2021-01-17 21:09:40 -08:00
2021-02-22 15:29:38 -08:00
2021-01-20 08:12:39 -08:00
2021-02-03 18:10:55 -08:00
2021-02-21 18:36:39 -08:00
2021-02-01 11:47:03 -08:00
2021-02-22 16:37:16 -08:00
2021-02-03 10:34:45 -08:00
2021-01-12 12:14:27 -08:00
2021-02-23 12:51:38 -08:00
2021-02-23 12:51:38 -08:00
2021-01-14 15:01:39 -08:00
2021-01-29 11:08:22 -08:00
2021-02-04 19:34:09 +01:00
2021-02-22 16:37:16 -08:00
2021-02-23 13:23:44 -08:00
2021-01-16 06:42:40 -08:00
2021-02-21 18:36:39 -08:00
2021-02-23 13:23:44 -08:00
2021-02-09 21:44:16 -08:00
2021-02-21 18:36:39 -08:00
2021-02-03 18:10:55 -08:00
2021-02-11 10:31:57 -08:00
2021-01-17 21:09:40 -08:00
2021-02-04 19:34:09 +01:00
2021-01-17 21:09:40 -08:00
2021-01-14 15:01:39 -08:00
2021-02-24 09:30:41 -08:00
2021-01-17 21:09:40 -08:00
2021-02-24 16:32:38 -08:00
2021-01-08 06:04:39 -08:00
2021-01-15 17:59:19 -08:00
2021-01-28 15:15:29 -08:00
2021-01-03 08:47:29 -08:00
2021-02-04 19:34:09 +01:00
2021-01-17 21:09:40 -08:00
2021-02-22 15:30:51 -08:00