Граф коммитов

68 Коммитов

Автор SHA1 Сообщение Дата
Mike Kamermans 9067d46404
Update README.md 2017-12-06 10:44:47 -08:00
Pomax f9a6920384 1.3.0 2017-09-21 12:31:46 -07:00
Pomax 951e19e2e6 1.2.0 2017-09-21 12:31:30 -07:00
Mike Kamermans 9fa58b7812 expose CSS parsing in addition to HTML parsing (#86)
exposed css parsing for documents using `Slowparse.CSS(css, options)`
2017-09-21 12:27:37 -07:00
Pomax 8a5f9e1045 1.1.4 2015-05-18 11:12:08 -07:00
Pomax d3e40b6323 new slowparse build 2015-05-18 11:11:59 -07:00
Mike Kamermans 67984bd83a Merge pull request #79 from gideonthomas/noDOM
Use shims of document nodes instead of an active DOM
2015-05-18 11:09:24 -07:00
Gideon Thomas 4638878e0a Use shims of document nodes instead of an active DOM 2015-05-18 14:05:07 -04:00
Mike Kamermans ff7e111d84 Update README.md 2014-12-12 14:05:52 -08:00
Pomax 97b7bdea66 1.1.3 2014-12-12 12:35:16 -08:00
Pomax 69e12cb677 backward compat 2014-12-12 12:35:06 -08:00
Pomax f29fdfbf2a Merge branch 'gh-pages' of github.com:mozilla/slowparse into gh-pages 2014-12-12 12:28:46 -08:00
Pomax 032295c6b3 1.1.2 2014-12-12 12:28:16 -08:00
Mike Kamermans 875334b8ec live demo link 2014-12-12 11:07:02 -08:00
Pomax 1dfbf6eaa2 . 2014-12-12 11:05:34 -08:00
Pomax 984f829af5 testpage back up 2014-12-12 11:03:02 -08:00
Pomax a3c7c26966 index 2014-12-10 17:55:44 -08:00
Pomax 6c3077cdca rogue words in readme 2014-12-10 17:48:24 -08:00
Mike Kamermans 53ed6184d8 Merge pull request #77 from mozilla/unbound
template id
2014-12-10 17:43:33 -08:00
Pomax ab13ca044b template id 2014-12-10 17:43:07 -08:00
Mike Kamermans 21282ef57f Merge pull request #76 from mozilla/unbound
unbound quoted attribute detection
2014-12-10 17:41:38 -08:00
Pomax 3b0ca7cc85 unbound quoted attribute detection 2014-12-10 17:40:49 -08:00
Mike Kamermans 3564da8157 Merge pull request #75 from mozilla/issue67
rephrasing
2014-12-10 15:25:33 -08:00
Pomax b7d905a5d0 rephrasing 2014-12-10 15:25:09 -08:00
Mike Kamermans b7c51ebfce Merge pull request #74 from mozilla/browserified
browserified Slowparse
2014-12-10 15:18:50 -08:00
Pomax d76b2452c7 rebase 2014-12-10 15:17:24 -08:00
Mike Kamermans e251511a14 updated the comment for script vs. textarea parsing 2014-12-05 07:39:44 -08:00
Pomax 3de6905933 1.0.1 2014-11-28 14:14:57 -08:00
Mike Kamermans 94e7ad3422 Merge pull request #65 from mozilla/contentcolons
content values now allow semi-colons in quoted strings
2014-11-28 14:13:32 -08:00
Pomax 89dd189d9d content values now allow semi-colons in quoted strings 2014-11-28 14:11:04 -08:00
Mike Kamermans 969dd72b2c Merge pull request #64 from mozilla/voidtest
jsdom no longer broken for void testing
2014-11-28 12:38:20 -08:00
Pomax 9701cac705 jsdom no longer broken for void testing 2014-11-28 12:37:47 -08:00
Mike Kamermans d3da4458f9 Merge pull request #63 from mozilla/issue62
comments and @rule { {} {} {} } nesting fixes
2014-11-28 12:30:45 -08:00
Pomax fa0b968e51 comments and @rule { {} {} {} } nesting fixes 2014-11-28 12:24:11 -08:00
Brian J Brennan c0ede5d6d6 Add package.json 2014-11-13 10:37:01 -05:00
Mike Kamermans 3b6bcc55c2 Merge pull request #442 from Pomax/flexbox
flexbox properties added
2014-08-22 13:44:46 -07:00
Pomax 5f600870ef flexbox properties added 2014-08-22 13:10:30 -07:00
Pomax 0d8804f524 added attribute namespace parsing to Slowparse + errors + tests 2014-08-22 11:33:53 -07:00
Mike Kamermans 2f6a386851 Merge pull request #423 from asaf-erlich/bug964332
Bug964332
2014-07-22 19:38:43 -07:00
Asaf Erlich 6db622660e Overall a fix for bug964332 which adds proper error handling if you place an attribue in a closing tag. The change also includes:
1. Unit test for an error output when an attribute is in a closing tag.
2. Unit test for ensuring if a space follows a closing tag character this does not produce an error.
2014-07-22 15:34:40 +01:00
Pomax 8b5308173c added a flag to disallow active content in attributes, predicated on on... attribute names 2014-06-03 10:53:22 -07:00
secretrobotron b266d652bb Allow Custom Elements
Added MDN url, info message, and parsing for custom elements.
Added a test for custom elements in slowparse
Better resource links, description, and tests.
2014-05-29 09:56:56 -04:00
Pomax eed3f1699b enabled friendlycode error reporting for UNKNOWN_CSS_KEYWORD 2014-04-15 13:01:12 -07:00
Pomax 9cf250bb03 media query parsing 2014-04-15 10:23:55 -07:00
Pomax a88a06879a fixed bad regex for detecting @keyframe with vendor prefix 2014-04-10 10:19:46 -07:00
Pomax c743f3fdce slowparse has a warning vs error concept now, and generates mixed content errors as warnings now. 2014-03-12 14:32:50 -07:00
Pomax 46e568e8ef keyframes and font-face support. also tests. 2014-02-18 14:47:39 -08:00
Pomax 6c71015320 logic ordering 2014-02-17 15:53:20 -08:00
Pomax e48282e446 [nobug] additional slowparse tests 2014-02-17 11:56:53 -08:00
Mike Kamermans fc3c5ab274 Merge pull request #339 from Pomax/bug957170
added the 'main' element to slowparse
2014-01-14 11:01:25 -08:00