132 Commits (6b27ff02563cd3d9250550b27bbb531fe597fa89)

Author SHA1 Message Date
Shagen Ogandzhanian 1a73206d3a Basic support for padding and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 1083bb7dc0 Basic support for margin and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 959e47b7b5 Basic support for list-style and its constituents in CSS API 3 years ago
Shagen Ogandzhanian 5860585a53 Minimal support for font and its derivatives in CSS API 3 years ago
Shagen Ogandzhanian 331818ef60 Move CSS animation API calls to a separate file 3 years ago
Shagen Ogandzhanian b294b732c0 Move border-related CSS API calls to a separate file 3 years ago
Shagen Ogandzhanian 36e66e66fe Move all src files in core to org.jetbrains.compose.web 3 years ago
Oleksandr Karpovich d94c185125 web: Add tests for `AutoComplete` attribute for different elements 3 years ago
Shagen Ogandzhanian 4412f95245 Introduce basic minimal support for background in CSS API 3 years ago
Philip Wedemann 331282b7c2
Web: Update autocomplete attr builder according to MDN (#859) 3 years ago
Shagen Ogandzhanian 585da89c8c Introduce minimal backgroundAttachment to the CSS API 3 years ago
Shagen Ogandzhanian e3925c602f Fix web buil 3 years ago
Philip Wedemann 67952b4b40
Use typed Element in ref to remove cast in usage (#828) 3 years ago
Oleksandr Karpovich ead86959b9
web: Add tests for `ref` attribute (#864) 3 years ago
Shagen Ogandzhanian 6e2514fd88 Move backgroundColor to a separate file and introduce dedicated test 3 years ago
Oleksandr Karpovich 8edc12f02a
web: Remove deprecated input event listeners (#861) 3 years ago
Eric Pabst f80715aee7
Fix typo: handeled -> handled (#822) 3 years ago
Abasov Akif e2dd256235
CSS Animations (#810) 3 years ago
Shagen Ogandzhanian 8a072a356e Remove helper DOM builder elements from the public scope 3 years ago
Shagen Ogandzhanian 306bbbb5f2 Add minimal units tests for media queries 3 years ago
Shagen Ogandzhanian 643bda09d8 CSSPlus, CSSMinus, CSSTimes and CSSDiv are private - it's all CSSCalcOperation for users 3 years ago
Oleksandr Karpovich 29a5297907
Web: Input element and onInput event refactoring (#799) 3 years ago
Shagen Ogandzhanian df05778843 AttrBuilder is nullable by default 3 years ago
Shagen Ogandzhanian 019cbd2940
Use CSSStyleSheet so that there's no need to define additional functionality on Stylesheet 3 years ago
Shagen Ogandzhanian 453cc89bca Add minimal test for testing media query in stylesheet 3 years ago
Philip Wedemann 766e5950de
web: Remove the boolean parameter from hidden() to align with #780 (#783) 3 years ago
Abasov Akif a167abe04c
Add more calc shortcuts (#798) 3 years ago
Abasov Akif 925f697a6f
Feature/calc (#790) 3 years ago
Abasov Akif 0a90ae2194
Remove CSS Typed OM API (#786) 3 years ago
Shagen Ogandzhanian 4529645a75
Don't allow to assign null value in attr (#780) 3 years ago
Shagen Ogandzhanian b794032880 Remove unused constructor from DomNodeWrapper 3 years ago
Shagen Ogandzhanian c83938374f Add missing embedded HTML elements (apart from PORTAL) 3 years ago
Shagen Ogandzhanian 18ff668cd2 Add missing form HTML elements 3 years ago
Shagen Ogandzhanian 84cee1bf92 Add missing image and multimedia HTML elements 3 years ago
Shagen Ogandzhanian 08dc15182f Add missing content sectioning HTML elements 3 years ago
Shagen Ogandzhanian 60944c87c4
Simplify elements internal api by removing Tag interface completely and rely on existing HTMLElement hierarchy (#779) 3 years ago
Shagen Ogandzhanian ee0793dcaa Relax upperbound for ElementBuilder to Element 3 years ago
Shagen Ogandzhanian d38dcbe8a2 Label content is specialized as HTMLLabelElement 3 years ago
Shagen Ogandzhanian de143273e8 Introduce test for attributes re-evaluation 3 years ago
Shagen Ogandzhanian e96d59818b Produce DOM nodes via builder 3 years ago
Shagen Ogandzhanian 428a0a6ce8 Add test for just checking DOM names to be sure none of future refactoring will affect this 3 years ago
Shagen Ogandzhanian ab937a9716 Introduce test for testing "raw" element creaation 3 years ago
Shagen Ogandzhanian f0aaa63e60 Add test for testing arithmetic in composable context 3 years ago
Oleksandr Karpovich 3b96c55daa
web: test for media query (#766) 3 years ago
Oleksandr Karpovich d2371cb878 web: Add a fix for css variables 3 years ago
Shagen Ogandzhanian 9846c190ed Introduce minimal tests for injecting stylesheets 3 years ago
Shagen Ogandzhanian 1315be6d5e For composition unit tests add container to the document 3 years ago
Shagen Ogandzhanian 9698698bd0 Simplify assignment signatures in CSS properties 3 years ago
Shagen Ogandzhanian a5c55de3bf Introduce markers for CSS Length and CSS percentage 3 years ago
Shagen Ogandzhanian 6048760a1a CSS units API is CSSOM-agnostic and supports homogenous arithmetic operations 3 years ago