iska
b8d17162d5
Merge branch 'hotfix/fix_readme' into develop
2015-12-23 21:53:07 +01:00
iska
27e1ed2bda
Add new line after logo in README
2015-12-23 21:53:00 +01:00
iska
c169f0ed07
Merge branch 'release/0.9.0' into develop
2015-12-23 21:49:36 +01:00
iska
d980203741
Merge branch 'release/0.9.0'
0.9.0
2015-12-23 21:49:36 +01:00
iska
ba02239207
Remove build status from README for now
2015-12-23 21:49:10 +01:00
iska
830fa06a55
Remove travis.yml for now since it is being queued on a linux vm
2015-12-23 21:47:57 +01:00
iska
30c528a220
Add build status to README
2015-12-23 21:44:05 +01:00
iska
695ff67dd8
Use xcodebuild instead of xctool in travis.yml
2015-12-23 21:35:18 +01:00
iska
f883b0d906
Update README.md
2015-12-23 21:32:18 +01:00
iska
be45558e86
Add travis-ci yaml file
2015-12-23 21:24:35 +01:00
iska
46629ada01
Update html5lib-tests to latest commit before the Blink changes on 16.09.2015
2015-12-23 21:11:06 +01:00
iska
700587b101
Rename the negation selector to "not"
2015-12-23 21:10:40 +01:00
iska
6c28dad930
Finalize parsing for <ruby> elements in the HTML Parser
...
https://github.com/whatwg/html/pull/101
2015-12-23 20:44:16 +01:00
iska
572918e59b
Add HTMLKit Demo playground
2015-12-23 17:17:00 +01:00
iska
85edf33950
Reset the document's ready state on document initialization in the HTML Parser
2015-12-23 16:20:42 +01:00
iska
e80188dd00
Specify the generic type of the Node Iterator
2015-12-23 03:02:30 +01:00
iska
b64cfc9c1e
Remove historic HTML Node types
2015-12-23 03:02:18 +01:00
iska
409b5502ae
Add "Intro" page for HTMLKit in the playground
2015-12-22 17:57:21 +01:00
iska
7377ec550f
Improve HTML Parser errors
2015-12-22 17:56:25 +01:00
iska
3d9e657be4
Remove performance tests from the HTMLKit OSX scheme
2015-12-22 02:52:46 +01:00
iska
766c901e38
Fix format specifier in the index-based CSS selector names
2015-12-22 02:52:30 +01:00
iska
974e5a1615
Refactor emit-error method in the CSS parser with implicit location reporting
2015-12-22 02:43:04 +01:00
iska
518fd5eacb
Add tests for parsing extension selectors
2015-12-22 02:37:28 +01:00
iska
f57e265cba
Change "lt", "gt" & "eq"-selectors to accept an unsigned integer index
2015-12-22 02:35:00 +01:00
iska
4bb681eb78
Add missing CSS structural selectors to the parser
2015-12-22 02:32:03 +01:00
iska
c4a5aa1bd9
Fix assignment in the initializer of attribute selector
2015-12-22 02:31:45 +01:00
iska
be34a57e6f
Add CSS parsing for "lt", "gt" & "eq"-selectors
2015-12-22 02:19:22 +01:00
iska
01694a5fdf
Add CSS parsing for extension selectors
2015-12-22 02:18:48 +01:00
iska
b55ca26c7e
Add HTML stream method to consume a decimal number
2015-12-22 02:13:50 +01:00
iska
846b6114fc
Add source code documentation for the CSS Selector classes
2015-12-21 22:21:55 +01:00
iska
1208ddf5c7
Reorder source code a little bit
2015-12-21 17:19:07 +01:00
iska
c2bbb7d9f6
Add source code documentation for the private CSS Selectors related classes
2015-12-21 17:18:45 +01:00
iska
244dd726b4
Add source code documentation for the public CSS Selectors
2015-12-21 17:18:21 +01:00
iska
032c428725
Add source code documentation for the CSS Selectors parsers
2015-12-21 17:17:51 +01:00
iska
8d672cf0cf
Fix "lt", "gt" & "eq"-selectors declarations
...
Added missing index argument
2015-12-21 17:01:38 +01:00
iska
5354c7c934
Fix node filter initialization in HTML Node class
2015-12-21 16:52:11 +01:00
iska
b99cb0c9d4
Change ":has" selector's behaviour to include all descendants instead of direct child elements.
2015-12-21 16:25:26 +01:00
iska
3c89df333c
Add source code documentation for the ordered dictionary class
2015-12-21 15:42:32 +01:00
iska
ad34deb7ac
Add source code documentation for HTMLKit categories
2015-12-21 00:18:04 +01:00
iska
7ee8057d38
Add source code documentation for node filter, tree walker, namespaces and quirks modes
2015-12-21 00:07:50 +01:00
iska
f2aff5f2ce
Remove unused namespaces
2015-12-21 00:06:26 +01:00
iska
7a1bb21b33
Add source code documentation for all HTML Node subclasses
2015-12-20 23:35:34 +01:00
iska
fd965e014d
Add source documentation for the HTML Node
2015-12-20 19:11:52 +01:00
iska
9670e11fa5
Refactor private HTML Node methods into separate extension to hide them from public API
2015-12-20 19:08:25 +01:00
iska
f4bd5420c0
Add source documentation for the Parser classes
2015-12-20 17:27:13 +01:00
iska
e773117f1f
Fix the returned object of the fragment parsing algorithm
...
- Return a non-nil empty array instead of nil when context element is nil
- Return a copy of the document root's child nodes instead of the "view"-array
- Use the root selector instead of the index-based access when rerunning the algorithm with the same context element
2015-12-20 16:42:08 +01:00
iska
d7476ef22d
Add another sample code to the plaground
2015-12-20 00:02:05 +01:00
iska
4fabcdf76a
Fix switch-state call in the Tokenizer for RAWTEXT End Tag state
2015-12-20 00:02:05 +01:00
iska
bf147a6bb6
Remove redundant switch-state call in the Tokenizer
2015-12-20 00:02:05 +01:00
iska
0a620d74b6
Add source documentation for the Toknizer classes
2015-12-19 23:59:39 +01:00