mar 20 2009
Il W3C si rifà il look
Tempo di aggiornamento grafico anche per il W3C. Come si può notare dalla beta, il consorzio ha predisposto una nuova versione grafica e maggiormente “user friendly” dei propri contenuti.
Nel video, Ian Jacobs spiega le novità.
Nota: Il video non è visualizzabile su Internet Explorer. Per questioni di sicurezza (sic!) Microsoft disabilita l’accesso a contenuti esterni. Per consultarlo è necessario accedere direttamente al sito Web oppure modificare le impostazioni di sicurezza di IE (accedendo da Strumenti – Opzioni Internet – Protezione – Livello personalizzato – varie – accesso all’origine dati a livello di dominio – attiva).
Se trovate qualche bug, segnalatelo direttamente a Ian.
34218.91






Copyright © 2003-2010.
Friday, March 20, 2009 2:45 PM by EricLaw [MSFT]
@rscano: This is by-design. For security reasons, the setting “Access data sources across domains” is set to “Disable” in the Internet zone.
Because you are using an OBJECT tag with a source that is on a different domain, the content is blocked.
You might consider using an IFRAME instead, as this will allow you to properly embed a cross-domain page.
thanks!
Thank u Eric! But this is limited to the text/html. If i embed something external like a youtube video, or other content different than html, this didn’t happen.
One question: how can I use iframe element inside XHTML 1.0 Strict? The solution of the object element was choosen for add the dotsub contents.