Dojo Question:
Download Questions PDF

Do you know why does <body> in many of tests html files have style=”visibility:hidden;”?

Dojo Interview Question
Dojo Interview Question

Answer:

It is to prevent raw HTML rendering result from being shown before dojo’s rendering finishes. The visibility will be restored by the initialization code in dojox/mobile/common.

Download Dojo Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me can you set the tab focus sequence for destop browsers?How to use dojox/mobile/deviceTheme?