Skip to content
#

dom-element

Here are 50 public repositories matching this topic...

g105b
g105b commented Oct 30, 2019

There is inconsistent behaviour when working with boolean properties that map directly to an element's attribute. For example: $element->disabled = true should add the attribute disabled to the element, without a value. Subsequently, $element->disabled = false should remove the attribute. This is the same for selected, checked, etc.

  • Step 1: List out all the boolean properties from a
Open

Guide

kt3k
kt3k commented Mar 13, 2020

first guide of capsid.js

  • How to set up the dev environment. TypeScript + Parcel is the best choice.
    • We don't support non-TypeScript environment anymore because without typescript decorators, capsid doesn't make any sense.
  • First step is create click handler
    • fetching items from click handler may be a good starting point.
  • We should mention about lifecycle and initialization timin
ozzyogkush
ozzyogkush commented Nov 30, 2016

Currently we run unit tests on the source code, but not integration in a browser environment on the generated file.

Tasks

  • Research what kind of CI system we can use for free that hooks into GitHub, and what environments (OS/Browser) we can test in
  • Research for an integration test system that works with Grunt and allows for multiple environments
  • Build integration tests and Grunt ta

Improve this page

Add a description, image, and links to the dom-element topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dom-element topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.