Results 513 comments of sideshowbarker

Where is the element with an `itemscope` attribute that those elements are associated with? Please post a larger snippet of the document (or else the URL for the document, or...

Either remove the `rel` attribute from those `link` elements, or remove the `itemprop` attribute: https://html.spec.whatwg.org/multipage/semantics.html#the-link-element:names:-the-itemprop-attribute > A `link` element must have either a `rel` attribute or an `itemprop` attribute, but...

> Such an error message would be helpful then ... Good point, and agreed — I’ve labeled it and will keep it open

I think this is an upstream issue with the CSS-checker backend, so I’m pinging @ylafon to find out if maybe it’s a known issue, and maybe an GitHub issue has...

I guess that means the bitbucket.io server has disabled support for HTTP 1.0 requests and probably requires all clients to use HTTP 1.1 or greater. But the HTML checker intentionally...

> > But the HTML checker intentionally makes HTTP 1.0 requests, not HTTP 1.1 requests — and there are no plans to change that behavior. > > Is this a...

> Use another HTTP client 💯 I would love to replace the Apache HTTP Components HttpClient with something better and more modern > I assume newer Apache HTTP Components HttpClient...

> > and even Java's client introduced by [JEP 321](https://openjdk.org/jeps/321) > > I didn’t know about that one, but it seems worth looking into > > > (but requires Java...

> 1. What is the expected behaviour when responses are malformed? If I understand correctly, we want browser-like behaviour, meaning the client needs to be lenient regarding what it accepts,...

> It took me hours to figure out how to cajole the Apache client into doing that. But it should have been completely simple — the library itself should just...