Skip to content
#

css-selector

Here are 166 public repositories matching this topic...

gajus
gajus commented Jan 22, 2017

As suggested by one of the programmers:

I would include a section to your README explaining how you'd combine the library with actually making HTTP requests. You could suggest a recommended approach. Otherwise it's another decision that an end user has to make, potentially leaving them to use x-ray instead.

Good call. Will include a section about how we do it at Applaudience.

facelessuser
facelessuser commented Jan 30, 2019

Over at csswg, it appears they plan to add :placeholder-select.

RESOLVED: Accept and add the :placeholder-select pseudo class and add a note for ::placeholder that we're interested in working on it

~~I don't think they plan to extend :placeholder-shown to included select options. Anyways, we'll have to wait until something is actually published before we even consider changing

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
f34nk
f34nk commented Feb 2, 2020

Travis runs build on linux per default.
The setting language: elixir expects erlang to be available.
Adding osx to the list shows that travis is lacking support for elixir/erlang projects on osx.
Travis console:

0.04s$ wget -o ${TRAVIS_HOME}/erlang.tar.bz2 ${archive_url}
The command "wget -o ${TRAVIS_HOME}/erlang.tar.bz2 ${archive_url}" failed and exited with 8 during .

Improve this page

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

Learn more

You can’t perform that action at this time.