bryan rasmussen

Results 18 issues of bryan rasmussen

Running the following ``` @charset "UTF-8"; /**{void}*/ .grid__row { display: block; width: 102.27273%; margin-left: -1.13636%; margin-right: -1.13636%; } ``` with command csscss --show-parser-errors styles.css gives following Had a problem parsing...

I have an inline css style="background-image: linear-gradient(left , rgb(0,110,162) 32%, rgb(0,130,190) 83%)!important; background-image: -o-linear-gradient(left , rgb(0,110,162) 32%, rgb(0,130,190) 83%)!important; background-image: -moz-linear-gradient(left , rgb(0,110,162) 32%, rgb(0,130,190) 83%)!important; background-image: -webkit-linear-gradient(left , rgb(0,110,162)...

this isn't so much an issue as a request for new functionality in line with the fetch progress indicators project https://github.com/AnthumChris/fetch-progress-indicators so that I could pass to my Loading fallback...

The webpack loader for the graphql-tag library is described as "saves GraphQL ASTs processing time on client-side and enable queries to be separated from script over .graphql files." I would...

I am probably doing this wrong, but I expected if I did phantomjs tools\runner\audit.js http://www.sundhed.dk/ I would get something more informative than ** Begin accessibility audit results *** an accessibility...

I did kubeadm init --apiserver-advertise-address $(hostname -i) in node1 and got the expected result in node2 I tried to join using kubeadm join 192.168.0.18:6443 --token gxw9c8.nqfqoldbtfj569r1 --discovery-token-ca-cert-hash sha256:d9e42fbdd58506e20d9d544de90b798e7bd90c6896edd92d0bb40d6254502f78 which got...

Hi, I find the documentation a little unclear - is it possible to use external css and have the css rules be rewritten as internal style attributes? Some statements in...

I have an application where the user uses a bookmarklet to save images to their localStorage on our site - (user clicks save images - goes to our site with...

I want to update the value of an item, I am not finding it possible to do this so I decided to remove it and write it again, in looking...

I'd like a clarification of what should happen to elements outside of the full screen element when a screen reader is being used. In Chrome currently there does not seem...

accessibility
a11y-tracker