DOM99 icon indicating copy to clipboard operation
DOM99 copied to clipboard

Extend html with directives

Results 8 DOM99 issues
Sort by recently updated
recently updated
newest added

One way would be to be able to provide a custom removeNode function ``` const removeNode = (node) => { if (node.nodeType === 1) { node.animate([ // keyframes { transform:...

documentation
hacktoberfest
medium
js
css

See plans: https://github.com/GrosSacASac/DOM99/blob/master/CONTRIBUTING.md "Create a better documentation experience" Also translations

documentation
html

One of the strength of this framework is the mapping between graphs (variables) and DOM. Everything has to be done manually. Create a tool that takes example JSON and outputs...

hacktoberfest
html
js

investigate why both cases are different sometimes d.feed( d.scopeFromArray([scope, 'x']), x ); d.feed( scope, {x} );

including data-function data-variable etc plugins have at least 3 functions: start, run, end they should have access to the shared state of the singleton

medium
engine
js

The tests are run locally and manually. See SpecRunner.html in https://github.com/GrosSacASac/DOM99/tree/master/tests/specification Ideally tests are run on every commit. They should run on browser environment. It should still be possible to...

hard
tests
meta
build
specification
continuous integration

.value works fine for single value select. But only shows the first one for select multiple Use selectedOptions property.