rstudio / htmltools

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

Documentation: tagQuery: outdated `$root()` and `$selected()` are being used in docs and error messages #384

Closed daattali closed 12 months ago

daattali commented 1 year ago

In https://github.com/rstudio/htmltools/blob/main/R/tag_query.R there are a few references to $root() and $selected() , which should probably be replaced by $allTags() and $selectedTags()

daattali commented 1 year ago

Fixed by #385