rstudio / htmltools

Tools for HTML generation and output
https://rstudio.github.io/htmltools/
215 stars 69 forks source link

Fix `tagQuery()` bugs #262

Closed schloerke closed 3 years ago

schloerke commented 3 years ago

Fixes #260 Fixes #259 Fixes #258 Fixes #257 Fixes #255 Fixes #253 Fixes #252 Fixes #247

cpsievert commented 3 years ago

After discussion, we're thinking of keeping the vector support for addClass(class) and friends as is. Instead, we will just change $hasAttr(attr) to $hasAttrs(attrs)