Commit Graph

50 Commits

Author SHA1 Message Date
mattias
76e0ec6744 fcl-css: fixed reading unary tile not as identifier 2022-09-18 20:54:16 +02:00
mattias
533d8a7752 fcl-css: :is(a,b) 2022-09-18 20:54:16 +02:00
mattias
6d104459e2 fcl-css: :is :where, nth-child of 2022-09-18 20:54:16 +02:00
mattias
abed465c08 fcl-css: fixed skipping invalid, skip utf8bom, nth-child 2022-09-15 16:01:23 +02:00
mattias
8a6ee0055a fcl-css: started skipping invalid selectors 2022-09-15 10:52:25 +02:00
mattias
6a0e8feeba fcl-css: fixed compile 2022-09-14 21:49:39 +02:00
mattias
9156d10257 fcl-css: test 2022-09-14 21:44:18 +02:00
mattias
1137322634 fcl-css: started calls 2022-09-14 20:00:00 +02:00
mattias
843ef82002 fcl-css: attribute value integer 2022-09-14 17:05:16 +02:00
mattias
a9fb193b1c fcl-css: descendant combinator 2022-09-14 17:05:16 +02:00
mattias
0c4d61b3de fcl-css: added two char tokens, parse descendant combinator as binary op 2022-09-14 17:05:16 +02:00
mattias
d4a7431938 fcl-css: test inline style 2022-09-12 22:19:31 +02:00
mattias
7ce609e721 fcl-css: empty and class 2022-09-12 10:10:26 +02:00
mattias
a6dd77e32a fcl-css: fixed ~= searching only words separated by whitespace 2022-09-11 23:48:04 +02:00
mattias
3e9fd9073f fcl-css: resolver: invalid selectors 2022-09-11 23:16:22 +02:00
mattias
c3d0d3edd3 fcl-css: tests for :first-of-type, :last-of-type 2022-09-11 22:13:36 +02:00
mattias
db499b61c0 fcl-css: resolver: :root 2022-09-11 21:44:07 +02:00
mattias
b33ae75c59 fcl-css: attribute selector operations 2022-09-11 00:47:45 +02:00
mattias
a23a4805f4 fcl-css: resolver: has attribute check 2022-09-10 15:56:38 +02:00
mattias
a6afacd633 fcl-css: resolver: adjacent and general sibling combinator 2022-09-10 13:40:23 +02:00
mattias
a2c518285c fcl-css: selector child combinator 2022-09-10 12:53:03 +02:00
mattias
a7e983b08a fcl-css: updated fpmake 2022-09-09 23:26:06 +02:00
mattias
2d1510e067 fcl-css: started TCSSResolver 2022-09-09 23:21:50 +02:00
mattias
23098d049d fcl-css: fixed mode 2022-09-09 23:21:50 +02:00
mattias
72466cac46 fcl-css: TCSSIntegerElement.GetAsString: append units 2022-09-09 23:21:50 +02:00
mattias
754a3749ce fcl-css: TCSSString 2022-09-09 13:44:00 +02:00
mattias
d8d5087782 fcl-css: TCSSString 2022-09-09 13:40:52 +02:00
mattias
de586e55c0 fcl-css: added GetCSSPath 2022-09-08 14:59:38 +02:00
mattias
a40a3ee34d fcl-csss: comment 2022-09-08 14:37:47 +02:00
mattias
e244c7bbb2 fcl-css: added TCSSElement.Parent 2022-09-08 14:37:47 +02:00
mattias
b6a7504665 fcl-css: TCSSStringElement = Class(TCSSBaseStringElement) 2022-09-07 20:08:16 +02:00
mattias
4e0b9e8534 fcl-css: keep exception stack traces, fixed parsing empty rule 2022-09-06 20:18:36 +02:00
mattias
051c5fc7b6 fcl-css: StringToCSSString: fixed advancing utf-8 2022-09-06 20:18:36 +02:00
mattias
e01ab79823 fcl-css: added test lpi, ignore lib, run from other dir, cleaned up 2022-09-06 20:18:36 +02:00
Nikolay Nikolov
8c562995d7 * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
Michaël Van Canneyt
4afb8fad42 * Ignore output programs 2022-05-01 16:06:14 +02:00
Michaël Van Canneyt
b8f7a53dcb * Ignore output programs 2022-05-01 16:04:49 +02:00
Michaël Van Canneyt
31f74f65b0 * CGI demo for css minimizer/classname extractor 2022-04-02 10:18:23 +02:00
Michaël Van Canneyt
14c4a6796b * Test for stringtoidentifier 2022-04-02 10:18:22 +02:00
Michaël Van Canneyt
aedb6dbacd * Remove debug statement 2022-04-02 10:18:22 +02:00
Michaël Van Canneyt
2b99abdd4d * Numeric chars allowed in identifier, no need to escape 2022-04-02 10:18:22 +02:00
Michaël Van Canneyt
56108f4799 * Remove debug statement 2022-04-02 10:18:22 +02:00
Michaël Van Canneyt
4fae1bb6df * Disable debug output 2022-03-29 12:11:40 +02:00
Michaël Van Canneyt
be046aa555 * Allow extended chars, fix nested at rules. Fix issue #39638 2022-03-29 11:02:45 +02:00
Michaël Van Canneyt
eccd1720c9 * No nil keys. Fix issue #39637 2022-03-28 15:26:24 +02:00
Michaël Van Canneyt
8b9c7b8254 * Fix parsing of bootstrap 2022-03-28 13:52:40 +02:00
Pierre Muller
497dd20a08 Regenerate Makefile's with trunk fpcmake 2022-03-27 08:23:22 +00:00
Michaël Van Canneyt
ee8c3ff3cf * Correct whitespace definition 2022-03-26 22:10:20 +01:00
Michaël Van Canneyt
5377cee3a2 fcl-css in build 2022-03-26 13:31:19 +01:00
Michaël Van Canneyt
5b3953dde3 fcl-css package 2022-03-26 13:26:36 +01:00