Skip to content
#

CSS

css logo

Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of views. It allows for the separation of presentation and content, and includes the characteristics of layouts, colors and fonts. CSS builds upon HTML to make webpages more interactive and appealing to the user.

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

peterbe
peterbe commented May 15, 2019

We use PyQuery internally in our system to parse rendered HTML strings that we store in the database to be displayed in a Django web response. Essentially the code looks a bit like this:

def render_document(document):
    parsed = PyQuery(document.rendered_html_string)
    ...

But if untrusted users can cause that document.rendered_html_string to become a string that look

moellering
moellering commented Feb 2, 2018

Expected Output

assertSameFiles Needle should either state that the images are similar or that they are not.

Actual Output

ValueError: ("could not convert string to float: b'idt'") thrown at /needle/engines/imagemagick_engine.py:24

  • Checking the compare_stderr in that situation yields compare: width or height exceeds limit [...]
  • Running the actual command stored `incompare_
thomthom
thomthom commented Mar 18, 2020

I was trying out m.css and it looks really promising. I found one issue in while testing this, we use environment variables in the Doxygen config for some of the reference files.

https://github.com/mosra/m.css/blob/6eefd92c2aa3e0a257503d31b1a469867dfff8b6/documentation/doxygen.py#L3642-L3660

I think this can be addressed by having the script expand the environment variables. I could give it

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

Created by HΓ₯kon Wium, Lie Bert Bos

Released December 17, 1996

Website
www.w3.org/Style/CSS/Overview.en.html
Wikipedia
Wikipedia
You can’t perform that action at this time.