Skip to content
#

dom

Here are 1,858 public repositories matching this topic...

preact
enexusde
enexusde commented Mar 13, 2020

Many methods that allows instreams as parameter exposes infos about closing the stream. Example:
Properties#load:

  • The specified stream remains open after this method returns.

This information is very usefull. I miss that in Jsoup.parse();

After intensive inspection of the sourcecode I was able to find out that the instream is not closed. To avoid this inspection-work the documentation sh

as-dr
as-dr commented Feb 13, 2018

Expected behavior

In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:

var html = require('choo/html')
var choo = require('choo')
var app = choo()

var app = choo()
app.use((state, emitter) => {            // 1.
  emitter.on('navigate', (route) => {    // 2.
    console.log(`Navigated to ${route}`) // 3.
  })
})

Should return a conso

falafflepotatoe
falafflepotatoe commented Aug 7, 2015

Small rant sorry...

You should mention somewhere that elements have to be hidden first then do ramjet.transform(), and use { done: => { ramjet.show(target) }}... and also maybe that it doesnt like jquery elements.

If the docs do say that, my apologies, I couldn't find it

Reason is all your demos use hidden elements, but its not clear how to interact with a hidden element, and the effect doe

JulienMLan
JulienMLan commented Mar 23, 2020

Description

Right now there is no documentation on how to run tests for this repository, It would be great if a simple document/ section of the readme could outline how to run the tests locally

Why

this would make it faster for people to dig into the compiler and understand it by observing the effects their changes have on tests. It would also support good, tested contributions by ma

FlorianRappl
FlorianRappl commented Nov 16, 2016

The v1 release is coming closing (as is the v0.10; the last milestone before v1), which means a full documentation will be required.

This has a lot of impact:

  • Move parts of the Wiki to the docs
  • Create a common documentation infrastructure (common means: good for all AngleSharp projects)
    • Format of the documentation (potentially markdown with many extensions)
    • Special diagram lan
html-dom
mindplay-dk
mindplay-dk commented Apr 29, 2020

I only tried the image zoom and splitter demos, but neither of these work on mobile, and probably won't work on tablets.

The whole project likely needs testing and optimization for touch input?

In many cases, this isn't going to be simple or elegant and will likely increase the complexity of some of these demos substantially, which might be harmful to the learning process for some, so there

piraz
piraz commented Feb 8, 2020

It would be great to have documented the babel configuration to use the transform-class-properties plugin on Can 6 documentation to export classes with static properties using steal.

If we don't use the configuration an error like this will be displayed when I execute steal-tools export:

{ SyntaxError: unknown: Missing class properties transform.
   5 | 
   6 | export default class Fa
datenreisender
datenreisender commented Nov 29, 2019

Describe the feature you'd like:

Being new to testing-library, it all is a bit overwhelming. The long list of matchers jest-dom introduces, also makes it harder to start out.

Suggested implementation:

Group the matchers in the documentation over some headings, e.g. “Checking element existence”, “Checking forms”, “Checking element state”.

Describe alternatives you've cons

Improve this page

Add a description, image, and links to the dom 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.