Top "Webkit" questions

WebKit is an open-source Web content engine for browsers and other applications, such as Apple Safari, Mail, App Store and several mobile browsers including the pre-installed browsers for Android, iOS, RIM Blackberry, Symbian, and WebOS.

Background color not showing in print preview

I am trying to print a page. In that page I have given a table a background color. When I …

google-chrome css printing webkit
Chrome/jQuery Uncaught RangeError: Maximum call stack size exceeded

I am getting the error "Uncaught RangeError: Maximum call stack size exceeded" on chrome. here is my jQuery function $('td').…

javascript jquery google-chrome webkit stack-overflow
Video auto play is not working in Safari and Chrome desktop browser

I spent quite a lot of time trying to figure out why video embedded like here: <video height="256" loop …

javascript html google-chrome safari webkit
What is WebKit and how is it related to CSS?

More recently, I have been seeing questions with the tag "webkit". Such questions usually tend to be web-based questions relating …

css webkit cross-browser rendering-engine
Custom bullet symbol for <li> elements in <ul> that is a regular character, and not an image

I realize one can specify a custom graphic to be a replacement bullet character, using CSS attribute: list-style-image And then …

html css webkit mobile-webkit
Convert Data URI to File then append to FormData

I've been trying to re-implement an HTML5 image uploader like the one on the Mozilla Hacks site, but that works …

javascript html webkit
CSS endless rotation animation

I want to make a rotation of my loading icon by CSS. I have an icon and the following code: &…

css animation webkit
How to set the style -webkit-transform dynamically using JavaScript?

I want to change the -webkit-transform: rotate() property using JavaScript dynamically, but the commonly used setAttribute is not working: img.…

javascript webkit
HTML5 placeholder css padding

I've seen this post already and tried everything I could to change the padding for my placeholder but alas, it …

html google-chrome webkit css
What are -moz- and -webkit-?

-webkit-column-count: 3; -webkit-column-gap: 10px; -webkit-column-fill: auto; -moz-column-count: 3; -moz-column-gap: 10px; -moz-column-fill: auto; I am a beginner at CSS and when I was …

css webkit