[Edbrowse-dev] css parser

2018-02-14 Thread Karl Dahlke
Some stats: on the monster stackoverflow css, their parser finds 3097 descriptors, mine finds 3711. Who's right? Got me! Of the 3711, there are 153 that I don't understand or haven't implemented. Some of them, like @directives, I'm not suppose to implement. Others I know how to address but it's

Re: [Edbrowse-dev] css parser

2018-02-13 Thread Kevin Carhart
This is exciting.! ___ Edbrowse-dev mailing list Edbrowse-dev@lists.the-brannons.com http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

[Edbrowse-dev] css parser

2018-02-13 Thread Karl Dahlke
Earlier posts have discussed the possibility, and the advantages, of writing our own css parser and querySelectorAll. If we are content with handling the high runner cases, and maybe not every corner case, it might not be as hard as first appears. (We don't handle the unusual cases now anyways.)