On Aug 6, 2010, at 6:59 PM, David Storey wrote:
>
> On 7 Aug 2010, at 00:44, tee wrote:
>
>>
>> On Aug 5, 2010, at 4:23 PM, David Storey wrote:
>>>
>>> Not strictly true. First of all Opera Mini compresses the content and
>>> images (which is one of the reasons for the image quality setting - it will
>>> compress it less on high setting) to optimise it for low bandwidth devices.
>>> Opera (in general) also doesn't load resources that are set to display:
>>> none; until they are set to show on the page.
>>
>> Hi David,
>>
>> This is interesting but I am not sure I fully understand it. Compression
>> this I understand, but not loading the display none part. Are you saying
>> that Opera Mini able to exclude inline elements in the markup that are
>> declared display none in the style sheet.
>
> Yes that is correct. If a resource is display: none, opera will not load it
> until you set it as display: block or whatever. Providing I understand your
> english correctly.
>
>>
Hi David,
Thanks for the answers! One last question.
<p>
I am still having a tiny bit of issue to fully understand it, for the reason
that I view at a html page a non-abstract object, it's real solid. A header, a
left column, a content block, they are real filled with content (images and
texts). Taking off the style sheet, we see a un-styled page, look into the
source code, we see the skeleton of the page (still with content in it except
the inline object such as image).
</p>
<p class="no-display">After my previous message, I realized that using inline
image for my question wasn't a best example, because inline image requires an
action, a "link" to call the image, so strictly speaking, the image is not
exactly part of the content but a standby that gets call in if it's told so
whereas the "link action" (img src="image.jpg") is part of the content
(skeleton of the page ). In this sense I do understand fully that Opera Mini
able to exclude an inline image that is set to display none. I assume if the
link action has a wrong command (link path not correct) or the image is not
presented in the server, then desktop browser will not load the image too thus
no extra file size. </p>
<p>But how about the content ? Whether a paragraph of texts is of static HTML
or get pulled in dynamically, it's loaded into the page and is part of HTML
structure.</p>
.no-display {display:none}
Can Opera Mini not load the "no-display" paragraph?
p/s. If you have difficulty understand my English, I can write in Chinese or
Malay, and you can use Google translation :-)
tee
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************