<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/cssbox/jstyleparser/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 27 Jan 2021 16:05:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cssbox/jstyleparser/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title> jstyleparser parse the html pages of  http and https protocls differently for the same DOM</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/36effa8bea/?limit=25#50b7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am parsing  the same URL once with http and once with https protocol (http://www.comune.tarquinia.vt.it    and &lt;a href="https://www.comune.tarquinia.vt.it" rel="nofollow"&gt;https://www.comune.tarquinia.vt.it&lt;/a&gt;). when it starts to parse the style of the page the number of media queries feature detected are significantly different for http and https.&lt;br/&gt;
Is any body faced the same issue?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">parvaneh parvin</dc:creator><pubDate>Wed, 27 Jan 2021 16:05:03 -0000</pubDate><guid>https://sourceforge.net1d8b344680369fdc1d85a8b9261fd90a3c91f197</guid></item><item><title>Parse CSSStylesheet-Object in CSS-compliant format to String</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/a34e30f9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;for example:&lt;/p&gt;
&lt;p&gt;I got a local css file, which I'm loading temporary in a CSSStylesheet-Object. &lt;/p&gt;
&lt;p&gt;Now I need to change temporary at runtime the css attributes of this object and have to parse it to a String in &lt;strong&gt;CSS-compliant format&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Can I do it with the jStyleParser library?&lt;/p&gt;
&lt;p&gt;Thanks for reply, Tim&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim A</dc:creator><pubDate>Tue, 26 Jan 2016 11:48:32 -0000</pubDate><guid>https://sourceforge.netf2851ed9b9dc11d6062cbfd6763970c996cd4747</guid></item><item><title>more CSS3 support for effects</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/ee030195/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;One year later i just want to ask, if it's still planned to integrate support for shadows and gradients? Any timeline? thx&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sjuschka</dc:creator><pubDate>Wed, 06 Jan 2016 13:21:00 -0000</pubDate><guid>https://sourceforge.net13b47c5f844532e6a2c5f6cc47581979dc44d3b4</guid></item><item><title>add css Property</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/9824d132/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, yes, the Analyzer ignores the unsupported properties and unfortunately, we didn't manage to add all the CSS3 properties yet. I keep extending the set of supported properties as the time allows.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Burget</dc:creator><pubDate>Thu, 05 Nov 2015 10:23:38 -0000</pubDate><guid>https://sourceforge.net73393b4e60bd04bc10f4846004181336492d3991</guid></item><item><title>add css Property</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/9824d132/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all,&lt;br/&gt;
i would add the css property: text-shadow. I would extend CSSBox to draw text shadow. I can draw a string with shadow and this property is present inside html:&lt;br/&gt;
&amp;lt;style&amp;gt;&lt;br/&gt;
.table{&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;position&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;absolute&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;font&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;size&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;18&lt;/span&gt;&lt;span class="n"&gt;px&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;color&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;white&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;top&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;65&lt;/span&gt;&lt;span class="n"&gt;px&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;left&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;5&lt;/span&gt;&lt;span class="n"&gt;px&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;text&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;shadow&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="n"&gt;px&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="n"&gt;px&lt;/span&gt; &lt;span class="n"&gt;black&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;}&lt;/p&gt;
&amp;lt;/style&amp;gt;

&lt;p&gt;But the Analyzer ignores text-shadow. Maybe JStyleParse ignores this property.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pasquale Marinaro</dc:creator><pubDate>Thu, 22 Oct 2015 14:19:41 -0000</pubDate><guid>https://sourceforge.net66b2b34ec04bdf5fd6384f020e01bb716f0532ac</guid></item><item><title>more CSS3 support for effects</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/ee030195/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, any progress on these topics? thx!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sjuschka</dc:creator><pubDate>Fri, 05 Jun 2015 12:51:19 -0000</pubDate><guid>https://sourceforge.net5b82320568d7b702f83fb5faf17d30d5aa48bcf5</guid></item><item><title>StyleMap - matching elements with more than one class</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/67ebf2c7/</link><description>after simplifying the incredibly long css and htmls i'have noticed it was because of my creation of w3e element. I've stripped style codes in the html itself and appended to the css string. Now it seems to work fine. 

but for simple test purposes a simple css and html is provided in the attached zip file. What i'm doing is calculating the computed font size of the texts. I'm doing that by creating a w3e element and traversing till root. Could not find a simple method for this, i guess inherit wont work that way.

Thanks for your time!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sourcerer</dc:creator><pubDate>Mon, 22 Oct 2012 13:09:59 -0000</pubDate><guid>https://sourceforge.neta56fd968f39dd0728a4269a781f53052d538318a</guid></item><item><title>StyleMap - matching elements with more than one class</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/67ebf2c7/</link><description>And when you remove one of the classes, it starts working properly? Could you please post the corresponding HTML and CSS code for further tests?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Burget</dc:creator><pubDate>Mon, 22 Oct 2012 10:47:18 -0000</pubDate><guid>https://sourceforge.net05ac792c33e9d53fff97a92f8c814b2762ca5c9b</guid></item><item><title>Track Errors while Parsing</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/f10e9220/</link><description>Hello Hannes, I am glad you have solved the problem. I have been thinking about your previous solution but I think it would not propagate the "invalid" flag to the tree root. I mean it would be better to traverse the resulting tree after parsing and find the invalid nodes. However, not all errors that may occur in the CSS code have to be represented by a "invalid" node. In other words, using a validator is a better solution.
Regards
Radek</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Burget</dc:creator><pubDate>Mon, 17 Sep 2012 20:43:04 -0000</pubDate><guid>https://sourceforge.net267af6623a0f5dd403eea1bd2694cf5b153acee6</guid></item><item><title>Track Errors while Parsing</title><link>https://sourceforge.net/p/cssbox/jstyleparser/discussion/general/thread/f10e9220/</link><description>I found a Solution for that. I use

    http://jigsaw.w3.org/css-validator/

for validating the Data first and when I know that they are OK, I will parse them using jStyle, works great!

Thank YOU!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannes Morgenstern</dc:creator><pubDate>Mon, 17 Sep 2012 15:46:04 -0000</pubDate><guid>https://sourceforge.netb06934eb6bbb125efa5e252586baafb7f9456b67</guid></item></channel></rss>