Re: [csswg-drafts] Fix a build error in Bikeshed

Oh, I see the problem! Since I look for data-blocks before HTML parsing (so they can include things that would make HTML unhappy), I do a *really* minimal parse to figure out what things are.

In particular, this build error is caused by me finding that the line starts with `<pre`, and then seeing that it includes the substring `include`, which classifies it as an include-block rather than an ordinary `pre`. :(

I should bite the bullet and actually do a little bit of real parsing of the tag; that bit of the HTML parser isn't complicated.

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

Received on Wednesday, 21 March 2018 18:51:13 UTC