Re: [csswg-drafts] [css-multicol] Something went wrong with the linking or code block?

Heh, there are two separate markup bugs in this screenshot.

The first is that Bikeshed doesn't track autolink shortcuts across linebreaks (being conservative for safety), and in the source file there's a linebreak in the middle of the "position: fixed" text. So its starting `''` isn't recognized, its ending `''` is instead interpreted as the start of a css autolink covering the "or", and the `''` at the end of "position: absolute" isn't recognized. I just fixed this.

The second is that `class=css` is used to style things as css snippets, which are surrounded by single quotes. Putting it on a `pre` has some unfortunate implications. Better is to use either `class=lang-css` or `highlight=css` to indicate that it's CSS code that needs highlighting. Thanks for doing that already, @rachelandrew.

Since both issues are now fixed, I'll close this issue. Thanks for the report, @praveenpuglia!

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

Received on Friday, 6 October 2017 18:44:33 UTC