Re: [csswg-drafts] [indexes] Some CSS definitions incorrectly linking to the HTML spec

Ughhhhhh, I found the issue.

So, my code to deal with one spec obsoleting another is pretty simple - if spec A obsoletes spec B, and A shows up in the results, I automatically throw away any refs from B.

This works exactly as intended when you're, say, looking for a specific property - I want the 'color' definition from Colors, not from CSS2.  It doesn't work so well when I'm asking for *all* properties, which I do when generating the index - at least one of the specs that obsoletes part of CSS2 shows up in the results, so I'm just throwing away all of the CSS2 refs automatically.  Thus, anything defined *only* in CSS2 isn't showing up in the index.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2964#issuecomment-410028198 using your GitHub account

Received on Thursday, 2 August 2018 18:43:32 UTC