Explore tweets tagged as #HTMLPictureElement
@neecee_b
Neecee B
5 years
,"text":"document.createElement( "picture" );if(!window.HTMLPictureElement && document.addEventListener) {window.addEventListener("DOMContentLoaded", function() {var s = document.createElement("script");s.src
Tweet media one
0
0
0
@warriorfrontend
Frontend Warrior
2 years
How to Use HTML Picture Element for Responsive Images #HTML #HTMLPictureElement
0
0
0
@grapswiz
ぐら
11 years
HTMLPictureElement.
0
0
0
@f_subal
藤秋すばる@南1ホールs20aコミケ106
7 years
HTMLPictureElement.prototype.src 生えてないのかよ〜〜〜〜.
0
0
0
@cloud10designs
ゆうてん🖖
8 years
Safari9.1がpictureタグをサポートしてないっぽいのにHTMLPictureElementコンストラクタが存在するのがとてもキモい。.
0
0
1
@yoavweiss
Yoav Weiss
13 years
error: 'HTMLPictureElement' has not been declared.
0
0
0
@mdnja
MDN 更新情報
10 years
HTMLPictureElement (HTML DOM,Reference,Interface,API,Experimental) - by dskmori
0
0
0
@solemone
Ivo
4 years
@mmatuzo Nice! Makes sense to me: Otherwise I use loadJS for picturefill like this. <script>window.HTMLPictureElement&&"sizes"in document.createElement("img")||(document.createElement("picture"),loadJSfile("picturefill.min.js"));</script>.
0
0
2
@justgitthings
#justgitthings
5 years
if (!window.HTMLPictureElement) {.
0
0
0
@MarekZeman91
Marek Zeman 🇨🇿🇺🇦
12 years
OK guys, thanks to @benhowdle here is my first @GitHub repo, check this out :) »
1
0
1
@mozillacentral
mozillacentral
11 years
Bug 870022 - Part 5.1 - Add HTMLPictureElement & atom. r=jst, sr=jst http://t.co/KP7fgzqVUr.
0
0
0
@yoavweiss
Yoav Weiss
11 years
@verlok The presence of HTMLPictureElement could be used for feature detection. See http://t.co/RixxsJb6Oa / @shawnjan8 @PicturePolyfill.
1
0
1
@MarekZeman91
Marek Zeman 🇨🇿🇺🇦
12 years
@culshaw @benhowdle @github since the “srcset” has only URL & PxRatio for Picture, I made my own, updated version »
1
0
0
@FirefoxCommit
Firefox commits
10 years
Robert Longson - Use of the namespace when checking the tag name if HTMLPictureElement and HTMLSourceElement. r=. http://t.co/qfXzapDl73.
0
0
0
@daniel2color
Daniel Norman 🎗️
9 years
@polyfillio On Safari 9.1.2 you're returning the sourcemap which causes a SyntaxError: Unexpected end of script
0
0
0
@JonthanFielding
Jonathan Fielding
10 years
@scottjehl I have been working on adding picturefill to the polyfill service however it doesnt expose itself on window.HTMLPictureElement.
1
0
0
@yoavweiss
Yoav Weiss
13 years
@wilto cloned webkit this morning. Looked into possible places HTMLPictureElement would fit. Let's coord this effort: yoav at yoav . ws.
0
0
0
@sephr
🕊
9 years
@jaffathecake Oh I'm dumb. Thank you for pointing out my mistake. HTMLPictureElement.querySelector("img").currentSrc is all I needed :P.
1
0
0
@Cory_Dowd
Cory
11 years
@scottjehl I was thinkin like if( !window.HTMLPictureElement){ loadJS('picturefill');} or is just a micro optimization? hell i'll try it ha.
0
0
0