<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>jAlbum forums: Message List - htt page settings</title>
    <link>https://jalbum.net/forum</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Gold 5.5.25 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 22 Jul 2026 12:42:46 +0200</pubDate>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367834&amp;tstart=0#367834</link>

        

        
            <description><![CDATA[Yes, I scrubbed all of the "ancient browser" compensations out of my stuff, along with almost all of the vendor-prefixed CSS attributes. The only ones still in there are the ones needed for <b>line-clamp</b>.<br />...]]></description>
        

        <pubDate>Sat, 05 Oct 2024 13:02:36 +0200</pubDate>

        

        <jf:creationDate>Sat, 05 Oct 2024 13:02:36 +0200</jf:creationDate>
        <jf:modificationDate>Sat, 05 Oct 2024 13:02:36 +0200</jf:modificationDate>
        <jf:date>5 Oct 2024</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367833&amp;tstart=0#367833</link>

        

        
            <description><![CDATA[Thanks, Jeff! Now I got rid of the hacks that are still left. Who cares about IE anymore?]]></description>
        

        <pubDate>Sat, 05 Oct 2024 12:51:27 +0200</pubDate>

        
            <author>laza@jalbum.net</author>
        

        <jf:creationDate>Sat, 05 Oct 2024 12:51:27 +0200</jf:creationDate>
        <jf:modificationDate>Sat, 05 Oct 2024 12:51:27 +0200</jf:modificationDate>
        <jf:date>5 Oct 2024</jf:date>
        <jf:author>Laza</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367821&amp;tstart=0#367821</link>

        

        
            <description><![CDATA[A more strict validator gets upset by things like incomplete CSS declarations, as well, like <b>border-radius: px;</b><br />...]]></description>
        

        <pubDate>Fri, 04 Oct 2024 19:15:10 +0200</pubDate>

        

        <jf:creationDate>Fri, 04 Oct 2024 14:05:15 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 19:15:10 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367828&amp;tstart=0#367828</link>

        

        
            <description><![CDATA[Down to the last few CSS issues.]]></description>
        

        <pubDate>Fri, 04 Oct 2024 19:14:48 +0200</pubDate>

        

        <jf:creationDate>Fri, 04 Oct 2024 19:14:48 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 19:14:48 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367827&amp;tstart=0#367827</link>

        

        
            <description><![CDATA[Hopefully, it works now. The "@media screen and (min-width: 0\0)" is a media query hack for IEs used by Zurb Foundation to use better graphics on SELECT boxes.]]></description>
        

        <pubDate>Fri, 04 Oct 2024 16:40:17 +0200</pubDate>

        
            <author>laza@jalbum.net</author>
        

        <jf:creationDate>Fri, 04 Oct 2024 16:40:17 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 16:40:17 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>Laza</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367826&amp;tstart=0#367826</link>

        

        
            <description><![CDATA[There's one HTML "thing" that the validator doesn't like - appears twice on every index page.<pre class="jive-pre"><code class="jive-code jive-java">The <font color="navy">'aria-label'</font> attribute is not allowed in <font...]]></description>
        

        <pubDate>Fri, 04 Oct 2024 16:26:49 +0200</pubDate>

        

        <jf:creationDate>Fri, 04 Oct 2024 16:26:49 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 16:26:49 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367825&amp;tstart=0#367825</link>

        

        
            <description><![CDATA[It seems most of these errors came from old code - e.g. CSS reset from Zurb Foundation - using browser hacks for old browsers. I tried to fix most of them, but I don't have this tool, and W3C's validator is much more forgiving. Can you please check the...]]></description>
        

        <pubDate>Fri, 04 Oct 2024 16:09:57 +0200</pubDate>

        
            <author>laza@jalbum.net</author>
        

        <jf:creationDate>Fri, 04 Oct 2024 16:09:57 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 16:09:57 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>Laza</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367824&amp;tstart=0#367824</link>

        

        
            <description><![CDATA[It's a tedious exercise, but my pages all validate these days. The picky CSS complaints about missing attributes (like <b>border-radius: px</b>, for example) are the ones that are a pain. They don't actually cause any problems - all browsers just ignore...]]></description>
        

        <pubDate>Fri, 04 Oct 2024 15:19:05 +0200</pubDate>

        

        <jf:creationDate>Fri, 04 Oct 2024 15:19:05 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 15:19:05 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367823&amp;tstart=0#367823</link>

        

        
            <description><![CDATA[Thanks! I will go through the list.]]></description>
        

        <pubDate>Fri, 04 Oct 2024 15:11:59 +0200</pubDate>

        
            <author>laza@jalbum.net</author>
        

        <jf:creationDate>Fri, 04 Oct 2024 15:11:59 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 15:11:59 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>Laza</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: htt page settings</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=367822&amp;tstart=0#367822</link>

        

        
            <description><![CDATA[The only test that I turn off in Total Validator is the check for vendor prefixes in the CSS. For unknown reasons, things like <b>line-clamp</b> are supported in all the major browsers, but only in the form <b>-webkit-line-clamp</b>. Why they don't...]]></description>
        

        <pubDate>Fri, 04 Oct 2024 14:10:12 +0200</pubDate>

        

        <jf:creationDate>Fri, 04 Oct 2024 14:10:12 +0200</jf:creationDate>
        <jf:modificationDate>Fri, 04 Oct 2024 14:10:12 +0200</jf:modificationDate>
        <jf:date>4 Oct 2024</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>