Skip to content

Instantly share code, notes, and snippets.

@OscarGodson
Created April 13, 2012 22:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OscarGodson/2380621 to your computer and use it in GitHub Desktop.
Save OscarGodson/2380621 to your computer and use it in GitHub Desktop.
<html class="js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions no-fontface no-generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions no-fontface no-generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths">
@GiollinsD
Copy link

Today in some web pages from Chrome it appeared and did not allow me to correctly view the page where I was. I don't understand how it got there, who put it on and what it's for. Have you solved the mystery?

@Staninus
Copy link

I've just found that the screen has wrong left margin caused by "video" contained in class attribute. If deleted the screen goes rendered ok.

@GiollinsD
Copy link

ok, thanks a lot, but what do you mean by deleting the screen?

@Staninus
Copy link

I meant: If the expression "video" (contained in class string) is deleted then the web page is rendered ok.

@GiollinsD
Copy link

Yes, I noticed, the problem is that it is generated automatically only in some web pages and does not allow me to navigate with a correct view. It is generated automatically without the possibility of blocking this process.

@Staninus
Copy link

In the case of Chrome browser I've solved the issue by logging off from my Google account, restart Chrome and then re-login to my Google account. Finally, press F5 key to reload the web pages which had this issue with displaying its content.

@Staninus
Copy link

I don't know why but the class "video" caused automated computation of CSS style with attribute:
margin-left: 75% !important

@GiollinsD
Copy link

Thanks, I solved with your advice! Damn Chrome! ;)

@GiollinsD
Copy link

I noticed yes, that 75% created out of nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment