2015-03-19 UTC
# willnorris the mf2 parsing page mentions selectors like "abbr.p-x[title]". If I'm not mistaken, that would also match a title attribute with an empty value, correct? Most of the libraries I've looked at (node, php, py) all check for non-empty attribute values. thoughts on the discrepency?