<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 88: CSS parser is returning an error for #RGBA and #RRGGBBAA hex color values</title><link href="https://sourceforge.net/p/cssparser/bugs/88/" rel="alternate"/><link href="https://sourceforge.net/p/cssparser/bugs/88/feed.atom" rel="self"/><id>https://sourceforge.net/p/cssparser/bugs/88/</id><updated>2020-03-20T13:26:54.726000Z</updated><subtitle>Recent changes to 88: CSS parser is returning an error for #RGBA and #RRGGBBAA hex color values</subtitle><entry><title>CSS parser is returning an error for #RGBA and #RRGGBBAA hex color values</title><link href="https://sourceforge.net/p/cssparser/bugs/88/" rel="alternate"/><published>2020-03-20T13:26:54.726000Z</published><updated>2020-03-20T13:26:54.726000Z</updated><author><name>Florian Grill</name><uri>https://sourceforge.net/u/grill2010/</uri></author><id>https://sourceforge.net460a0c0c1f13f435ca6e7ba93a5cab19176addc0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm not sure if this is a valid bug ticket as I don't know if it is officially supported by CSS 3 but the CSSOMParser is returning an error for #RGBA and #RRGGBBAA hex color values.&lt;br/&gt;
I tried to parse the css like shown below where "cssFile" is the String containing the attached css.&lt;/p&gt;
&lt;p&gt;final InputSource source = new InputSource( new StringReader( cssFile ) );&lt;br/&gt;
final CSSOMParser parser = new CSSOMParser( new SACParserCSS3() );&lt;br/&gt;
parser.parseStyleSheet( source, null, null );&lt;/p&gt;
&lt;p&gt;Is there a workaround or is this just not supported?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>