Zirro

Results 8 issues of Zirro

[jsdom](https://github.com/jsdom/jsdom) is a JavaScript implementation of the DOM and HTML standards, commonly used for testing and scraping websites while behaving much like a regular web browser. It fulfills all the...

The [Attribute interface](https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/tree-adapter/default/attribute.md) has four properties named `name`, `namespace`, `prefix` and `value`. Three of these share their names with the [Attr interface](https://dom.spec.whatwg.org/#attr) of the DOM. However, there `namespace` is named...

proposal

The topic of how images can be presented while they are loading was recently [brought up](https://github.com/whatwg/html/issues/2806#issuecomment-378831265) in an issue about loading images lazily. This seems like a discussion worth its...

addition/proposal
topic: img

The [CSS Object Model](https://drafts.csswg.org/cssom/) specification includes many rules on how to serialize CSS in a consistent way. For example, the current translate() output `p{color:green}` would become `p { color: green;...

feature request
generator

The [section](https://compat.spec.whatwg.org/#windoworientation-interface) on `window.orientation` and the `orientationchange` event includes the following note: > iOS Safari also fires an orientationchange event on the body element, but other implementations do not, suggesting...

I occasionally see the size of jsdom cited as a reason to avoid it and prefer lighter packages instead. While an extensive implementation of the web standards will never be...

This proposal only covers async localStorage at the moment, leaving its less common sibling sessionStorage unmentioned. Nevertheless I occasionally see those who recommend using it for handling temporary data. I'm...

api
addition

There are some modules which provide support for encodings not implemented by iconv-lite. Do we want to use them as well in order to cover more of the required encodings?...