Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mozilla/slowparse issues and pull requests

#111 - Add Mozilla Code of Conduct

Pull Request - State: open - Opened by Mozilla-GitHub-Standards over 5 years ago

#110 - CODE_OF_CONDUCT.md file missing

Issue - State: open - Opened by Mozilla-GitHub-Standards over 5 years ago

#109 - Wiki changes

Issue - State: open - Opened by moz-hwine over 5 years ago

#107 - Update Slowparse to return fragment as doc

Pull Request - State: closed - Opened by JettBurns14 about 6 years ago - 2 comments

#106 - Various changes from KA's fork: upstream?

Issue - State: open - Opened by pamelafox over 6 years ago - 2 comments

#105 - Breaks parsing @media rules

Issue - State: open - Opened by CTaylor1118 over 6 years ago - 1 comment

#104 - ORPHAN_CLOSE_TAG Issues

Issue - State: closed - Opened by flukeout almost 7 years ago - 1 comment

#103 - Refinement PR

Pull Request - State: closed - Opened by Pomax about 7 years ago

#102 - Improve UNTERMINATED_COMMENT message

Issue - State: closed - Opened by flukeout about 7 years ago - 1 comment

#101 - Improve UNTERMINATED_ATTR_VALUE error reporting.

Issue - State: closed - Opened by flukeout about 7 years ago - 1 comment

#100 - UNFINISHED_CSS_VALUE not firing

Issue - State: open - Opened by flukeout about 7 years ago

#99 - Improve UNQUOTED_ATTR_VALUE reporting.

Issue - State: closed - Opened by flukeout about 7 years ago

#98 - Ditch SCRIPT_ELEMENT_NOT_ALLOWED ?

Issue - State: open - Opened by flukeout about 7 years ago - 1 comment

#97 - Improve reporting for MISSING_CSS_SELECTOR

Issue - State: open - Opened by flukeout about 7 years ago

#96 - Improve reporting for MISSING_CSS_PROPERTY

Issue - State: open - Opened by flukeout about 7 years ago

#95 - Improved reporting for MISSING_CSS_BLOCK_OPENER

Issue - State: open - Opened by flukeout about 7 years ago

#94 - Can we nuke JAVASCRIPT_URL_NOT_ALLOWED?

Issue - State: open - Opened by flukeout about 7 years ago - 1 comment

#93 - INVALID_CSS_RULE doens't seem to ever get called.

Issue - State: open - Opened by flukeout about 7 years ago

#92 - INVALID_CSS_DECLARATION doesn't seem to ever get thrown.

Issue - State: open - Opened by flukeout about 7 years ago - 2 comments

#90 - correctly flag <body><div><p>lol</</div></body>

Issue - State: open - Opened by Pomax about 7 years ago - 1 comment

#89 - Autoclose tags

Pull Request - State: closed - Opened by Pomax about 7 years ago - 3 comments

#88 - MISTMATCHED_CLOSE_TAG improvements.

Issue - State: open - Opened by flukeout about 7 years ago

#87 - [WIP] Slowparse Updates

Pull Request - State: closed - Opened by flukeout about 7 years ago - 3 comments

#86 - expose CSS parsing in addition to HTML parsing

Pull Request - State: closed - Opened by Pomax about 7 years ago

#85 - Allow whitespace before doctype

Pull Request - State: closed - Opened by kevinbarabash over 8 years ago - 4 comments

#84 - allow whitespace to appear before the DOCTYPE

Issue - State: open - Opened by kevinbarabash over 8 years ago - 2 comments

#83 - Move locale resources from Transifex to Pontoon

Issue - State: open - Opened by alicoding over 8 years ago - 6 comments

#82 - Error when using slashes in CSS class names

Issue - State: closed - Opened by pamelafox almost 9 years ago - 2 comments

#81 - added </option> as an optional ommited end tag

Pull Request - State: open - Opened by pollei about 9 years ago - 9 comments

#80 - CSS user-select goes CSS_INVALID_PROPERTY_NAME_ERROR

Issue - State: open - Opened by humphd about 9 years ago

#79 - Use shims of document nodes instead of an active DOM

Pull Request - State: closed - Opened by gideonthomas over 9 years ago - 4 comments

#78 - 'Attr.nodeValue' is deprecated. Please use 'value' instead.

Issue - State: closed - Opened by Pomax almost 10 years ago - 1 comment

#77 - template id

Pull Request - State: closed - Opened by Pomax almost 10 years ago

#76 - unbound quoted attribute detection

Pull Request - State: closed - Opened by Pomax almost 10 years ago

#75 - rephrasing

Pull Request - State: closed - Opened by Pomax almost 10 years ago

#74 - browserified Slowparse

Pull Request - State: closed - Opened by Pomax almost 10 years ago

#73 - A message that could be improved with missing equal signs for attributes

Issue - State: closed - Opened by pamelafox almost 10 years ago - 4 comments

#72 - update the README to explain that slowparse's DOM is for validation only

Issue - State: closed - Opened by Pomax almost 10 years ago - 1 comment

#71 - text nodes may or may not be incorrectly parsed

Issue - State: open - Opened by Pomax almost 10 years ago - 2 comments

#70 - Not capturing text nodes in optional-and-ommitted tags

Issue - State: closed - Opened by lemiant almost 10 years ago - 5 comments

#69 - Possibly in scope: message about malformed color property

Issue - State: closed - Opened by pamelafox almost 10 years ago - 2 comments

#68 - DOMException with an unclosed attribute

Issue - State: open - Opened by pamelafox almost 10 years ago - 4 comments

#67 - A message that could be improved with misordered closed tags

Issue - State: closed - Opened by pamelafox almost 10 years ago - 2 comments

#66 - A message that could be improved with automatically closed tags

Issue - State: open - Opened by pamelafox almost 10 years ago - 6 comments

#65 - content values now allow semi-colons in quoted strings

Pull Request - State: closed - Opened by Pomax almost 10 years ago

#64 - jsdom no longer broken for void testing

Pull Request - State: closed - Opened by Pomax almost 10 years ago

#63 - comments and @rule { {} {} {} } nesting fixes

Pull Request - State: closed - Opened by Pomax almost 10 years ago

#62 - CSS block comments can lead to a parse error on @keyframes

Issue - State: closed - Opened by Pomax almost 10 years ago - 1 comment

#61 - Parsing issue with semi-colons in :before and :after content

Issue - State: closed - Opened by Pomax almost 10 years ago - 3 comments

#60 - The "List of HTML" link is broken.

Pull Request - State: closed - Opened by udeepak about 10 years ago - 1 comment

#59 - code cleaning for bug928237

Pull Request - State: closed - Opened by xdchen almost 11 years ago - 1 comment

#58 - Missing semi colons in CSS should cause an error

Issue - State: closed - Opened by SomeHats almost 11 years ago - 1 comment

#57 - Rework on Bug 911169 from a clean base

Pull Request - State: closed - Opened by xdchen almost 11 years ago - 1 comment

#56 - Bug 911169

Pull Request - State: closed - Opened by xdchen almost 11 years ago - 3 comments

#55 - Missing one file

Pull Request - State: closed - Opened by alicoding about 11 years ago

#54 - Changed from curly bracket to square bracket

Pull Request - State: closed - Opened by alicoding about 11 years ago - 1 comment

#53 - added a terminal error when an XML document is found

Pull Request - State: closed - Opened by Pomax over 11 years ago - 1 comment

#52 - Added an ILLEGAL_CONTENT_AFTER_DOCUMENT error

Pull Request - State: closed - Opened by Pomax over 11 years ago - 1 comment

#51 - audio/video elements with autoplay attribute are inadvertently played

Issue - State: closed - Opened by toolness over 11 years ago - 9 comments

#49 - Inline style parsing

Pull Request - State: closed - Opened by Pomax about 12 years ago - 3 comments

#48 - add in @instruction parsing for newer CSS constructions (keyframes, etc)

Issue - State: closed - Opened by Pomax over 12 years ago - 3 comments
Labels: feature-request, enhancement

#47 - Svg enabled

Pull Request - State: closed - Opened by Pomax over 12 years ago - 4 comments

#46 - SVG is not supported.

Issue - State: closed - Opened by Pomax over 12 years ago - 2 comments

#45 - added CDATA intepreting, rather than markup parsing, for textarea content

Pull Request - State: closed - Opened by Pomax over 12 years ago

#44 - <textarea> content is parsed, rather than passed over

Issue - State: closed - Opened by Pomax over 12 years ago - 4 comments

#43 - signal a special error when <?xml is detected

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#41 - content after </html> should flag an error

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#40 - made slowparse aware of HTML in CSS context, as well as comments

Pull Request - State: closed - Opened by Pomax over 12 years ago - 1 comment

#39 - "parsing of elements with boolean attributes" test fails on IE9

Issue - State: closed - Opened by toolness over 12 years ago

#38 - CSS comments don't forward the token position for the next selector

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#37 - using <!-- in CSS should throw an error

Issue - State: closed - Opened by Pomax over 12 years ago - 2 comments

#36 - /*- breaks CSS parsing

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#35 - made accidental css nesting detectable (a { p { ...)

Pull Request - State: closed - Opened by Pomax over 12 years ago

#34 - added ' parsing for attributes

Pull Request - State: closed - Opened by Pomax over 12 years ago

#33 - scrollbar for codemirror does not show up on pastes

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#32 - problem parsing -- in comments

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#31 - fix for "--" parsing in comments

Pull Request - State: closed - Opened by Pomax over 12 years ago

#30 - allow /> for html4/xhtml documents (with possible html5 warning)

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#29 - pasting code in editor does not stretch with scrollbar, but keeps it weirdly sized

Issue - State: closed - Opened by Pomax over 12 years ago - 2 comments

#28 - add support for single quotes for attributes in addition to double quotes

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment
Labels: important non-blocking

#27 - @font-face does not work

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment

#26 - this should fix @font-face failures

Pull Request - State: closed - Opened by Pomax over 12 years ago

#25 - Slowparse should be able to report security violations

Issue - State: closed - Opened by toolness over 12 years ago - 1 comment

#24 - Slowparse should be able to recover from non-fatal errors

Issue - State: closed - Opened by toolness over 12 years ago - 1 comment

#23 - Self-closing tags on void elements aren't accepted

Issue - State: closed - Opened by toolness over 12 years ago

#22 - fixed vendor prefix CSS being rejected

Pull Request - State: closed - Opened by Pomax over 12 years ago - 2 comments

#21 - Non-error when missing a semi-colon in CSS

Issue - State: closed - Opened by Pomax over 12 years ago - 2 comments

#20 - Problem with <video> and <source> tags

Issue - State: closed - Opened by k88hudson over 12 years ago - 7 comments

#16 - early pull request for updated slowparse/errors

Pull Request - State: closed - Opened by Pomax over 12 years ago

#15 - parser unquoted attributes too?

Issue - State: closed - Opened by Pomax over 12 years ago - 1 comment
Labels: feature-request

#14 - <p> text <p> text does not signal a new paragraph, but a nested element

Issue - State: closed - Opened by Pomax over 12 years ago - 3 comments

#13 - gh-pages front end

Issue - State: closed - Opened by humphd over 12 years ago - 3 comments
Labels: enhancement

#11 - p { a { color: red; } signals "nonexistent property" for "a { color"

Issue - State: closed - Opened by Pomax over 12 years ago - 2 comments

#9 - style attribute content isn't evaluated as CSS

Issue - State: closed - Opened by toolness over 12 years ago - 1 comment

#5 - slowparse doesn't support IE8

Issue - State: closed - Opened by toolness over 12 years ago - 1 comment

#2 - html updates

Pull Request - State: closed - Opened by Pomax over 12 years ago

#1 - added CSS parsing inside <style> elements

Pull Request - State: closed - Opened by Pomax over 12 years ago - 1 comment