Raynos / min-document

A minimal DOM implementation
MIT License
109 stars 27 forks source link

Implement `getElementsByClassName` for single classes #10

Open avh4 opened 10 years ago

avh4 commented 10 years ago

Following this discussion: https://github.com/Raynos/mercury/issues/45#issuecomment-45400348

The spec allows multiple space-separated classes to be passed, but at the moment I only really care about the case when a single class is passed.