Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mozilla/slowparse

A slow JS-based HTML parser with good error feedback and debugging metadata.
https://github.com/mozilla/slowparse

Add Mozilla Code of Conduct

Mozilla-GitHub-Standards opened this pull request almost 6 years ago
CODE_OF_CONDUCT.md file missing

Mozilla-GitHub-Standards opened this issue almost 6 years ago
Wiki changes

moz-hwine opened this issue almost 6 years ago
Update Slowparse to return fragment as doc

JettBurns14 opened this pull request over 6 years ago
Various changes from KA's fork: upstream?

pamelafox opened this issue over 6 years ago
Breaks parsing @media rules

CTaylor1118 opened this issue almost 7 years ago
ORPHAN_CLOSE_TAG Issues

flukeout opened this issue about 7 years ago
Refinement PR

Pomax opened this pull request over 7 years ago
Improve UNTERMINATED_COMMENT message

flukeout opened this issue over 7 years ago
Improve UNTERMINATED_ATTR_VALUE error reporting.

flukeout opened this issue over 7 years ago
UNFINISHED_CSS_VALUE not firing

flukeout opened this issue over 7 years ago
Improve UNQUOTED_ATTR_VALUE reporting.

flukeout opened this issue over 7 years ago
Ditch SCRIPT_ELEMENT_NOT_ALLOWED ?

flukeout opened this issue over 7 years ago
Improve reporting for MISSING_CSS_SELECTOR

flukeout opened this issue over 7 years ago
Improve reporting for MISSING_CSS_PROPERTY

flukeout opened this issue over 7 years ago
Improved reporting for MISSING_CSS_BLOCK_OPENER

flukeout opened this issue over 7 years ago
Can we nuke JAVASCRIPT_URL_NOT_ALLOWED?

flukeout opened this issue over 7 years ago
INVALID_CSS_RULE doens't seem to ever get called.

flukeout opened this issue over 7 years ago
INVALID_CSS_DECLARATION doesn't seem to ever get thrown.

flukeout opened this issue over 7 years ago
correctly flag <body><div><p>lol</</div></body>

Pomax opened this issue over 7 years ago
Autoclose tags

Pomax opened this pull request over 7 years ago
MISTMATCHED_CLOSE_TAG improvements.

flukeout opened this issue over 7 years ago
[WIP] Slowparse Updates

flukeout opened this pull request over 7 years ago
expose CSS parsing in addition to HTML parsing

Pomax opened this pull request over 7 years ago
Allow whitespace before doctype

kevinbarabash opened this pull request over 8 years ago
allow whitespace to appear before the DOCTYPE

kevinbarabash opened this issue over 8 years ago
Move locale resources from Transifex to Pontoon

alicoding opened this issue almost 9 years ago
Error when using slashes in CSS class names

pamelafox opened this issue about 9 years ago
added </option> as an optional ommited end tag

pollei opened this pull request over 9 years ago
CSS user-select goes CSS_INVALID_PROPERTY_NAME_ERROR

humphd opened this issue over 9 years ago
Use shims of document nodes instead of an active DOM

gideonthomas opened this pull request over 9 years ago
'Attr.nodeValue' is deprecated. Please use 'value' instead.

Pomax opened this issue about 10 years ago
template id

Pomax opened this pull request about 10 years ago
unbound quoted attribute detection

Pomax opened this pull request about 10 years ago
rephrasing

Pomax opened this pull request about 10 years ago
browserified Slowparse

Pomax opened this pull request about 10 years ago
A message that could be improved with missing equal signs for attributes

pamelafox opened this issue about 10 years ago
text nodes may or may not be incorrectly parsed

Pomax opened this issue about 10 years ago
Not capturing text nodes in optional-and-ommitted tags

lemiant opened this issue about 10 years ago
Possibly in scope: message about malformed color property

pamelafox opened this issue about 10 years ago
DOMException with an unclosed attribute

pamelafox opened this issue about 10 years ago
A message that could be improved with misordered closed tags

pamelafox opened this issue about 10 years ago
A message that could be improved with automatically closed tags

pamelafox opened this issue about 10 years ago
content values now allow semi-colons in quoted strings

Pomax opened this pull request about 10 years ago
jsdom no longer broken for void testing

Pomax opened this pull request about 10 years ago
comments and @rule { {} {} {} } nesting fixes

Pomax opened this pull request about 10 years ago
CSS block comments can lead to a parse error on @keyframes

Pomax opened this issue about 10 years ago
Parsing issue with semi-colons in :before and :after content

Pomax opened this issue about 10 years ago
The "List of HTML" link is broken.

udeepak opened this pull request over 10 years ago
code cleaning for bug928237

xdchen opened this pull request about 11 years ago
Missing semi colons in CSS should cause an error

SomeHats opened this issue about 11 years ago
Rework on Bug 911169 from a clean base

xdchen opened this pull request about 11 years ago
Bug 911169

xdchen opened this pull request about 11 years ago
Missing one file

alicoding opened this pull request over 11 years ago
Changed from curly bracket to square bracket

alicoding opened this pull request over 11 years ago
added a terminal error when an XML document is found

Pomax opened this pull request almost 12 years ago
Added an ILLEGAL_CONTENT_AFTER_DOCUMENT error

Pomax opened this pull request almost 12 years ago
audio/video elements with autoplay attribute are inadvertently played

toolness opened this issue almost 12 years ago
Add vendor directory and documentation, replace mentions of toolness w/ mozilla.

toolness opened this pull request about 12 years ago
Inline style parsing

Pomax opened this pull request over 12 years ago
Svg enabled

Pomax opened this pull request over 12 years ago
SVG is not supported.

Pomax opened this issue over 12 years ago
added CDATA intepreting, rather than markup parsing, for textarea content

Pomax opened this pull request over 12 years ago
<textarea> content is parsed, rather than passed over

Pomax opened this issue over 12 years ago
signal a special error when <?xml is detected

Pomax opened this issue over 12 years ago
content after </html> should flag an error

Pomax opened this issue over 12 years ago
made slowparse aware of HTML in CSS context, as well as comments

Pomax opened this pull request over 12 years ago
"parsing of elements with boolean attributes" test fails on IE9

toolness opened this issue over 12 years ago
using <!-- in CSS should throw an error

Pomax opened this issue over 12 years ago
/*- breaks CSS parsing

Pomax opened this issue over 12 years ago
made accidental css nesting detectable (a { p { ...)

Pomax opened this pull request over 12 years ago
added ' parsing for attributes

Pomax opened this pull request over 12 years ago
scrollbar for codemirror does not show up on pastes

Pomax opened this issue over 12 years ago
problem parsing -- in comments

Pomax opened this issue over 12 years ago
fix for "--" parsing in comments

Pomax opened this pull request over 12 years ago
@font-face does not work

Pomax opened this issue over 12 years ago
this should fix @font-face failures

Pomax opened this pull request over 12 years ago
Slowparse should be able to report security violations

toolness opened this issue over 12 years ago
Slowparse should be able to recover from non-fatal errors

toolness opened this issue over 12 years ago
Self-closing tags on void elements aren't accepted

toolness opened this issue over 12 years ago
fixed vendor prefix CSS being rejected

Pomax opened this pull request over 12 years ago
Non-error when missing a semi-colon in CSS

Pomax opened this issue over 12 years ago
Problem with <video> and <source> tags

k88hudson opened this issue over 12 years ago
early pull request for updated slowparse/errors

Pomax opened this pull request over 12 years ago
parser unquoted attributes too?

Pomax opened this issue over 12 years ago
gh-pages front end

humphd opened this issue over 12 years ago
style attribute content isn't evaluated as CSS

toolness opened this issue over 12 years ago
slowparse doesn't support IE8

toolness opened this issue over 12 years ago
html updates

Pomax opened this pull request over 12 years ago
added CSS parsing inside <style> elements

Pomax opened this pull request over 12 years ago