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
11
{
  "description": "Element content replacement - :nth-last-child() pseudo-class (css3-modsel-29)",
  "selectors": {
    ".red": "css3-modsel-29.expected0.html",
    "ul > li:nth-last-child(odd)": "css3-modsel-29.expected1.html",
    "ol > li:nth-last-child(even)": "css3-modsel-29.expected2.html",
    "table.t1 tr:nth-last-child(-n+4)": "css3-modsel-29.expected3.html",
    "table.t2 td:nth-last-child(3n+1)": "css3-modsel-29.expected4.html"
  },
  "src": "css3-modsel-29.src.html"
}