lol_html 0.3.2

Streaming HTML rewriter/parser with CSS selector-based API
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "description": "Element content replacement - NEGATED :first-child pseudo-class (css3-modsel-77)",
  "selectors": {
    ".red": "css3-modsel-77.expected0.html",
    ".t1 td:not(:first-child)": "css3-modsel-77.expected1.html",
    "p > *:not(:first-child)": "css3-modsel-77.expected2.html",
    "table.t1 td": "css3-modsel-77.expected3.html"
  },
  "src": "css3-modsel-77.src.html"
}