I don't think there is any public facing docs unfortunately. . .
Thanks Chris and Sean for the prompt replies. Sean, is there public documentation for the Yahoo enhancements that haven't yet made it to the IAB version? That would allow people to pre-code the abilities to use these new functions via feature test, or at least be prepared (and pre-estimate) for how long it would take to make use of the functionality.
There is a resize (and a bunch of other apis) in Yahoo!'s version that hasn't ever made it to spec mainly b/c we haven't got around to doing it which would address this issue. There are additional requirements for certain parts of those apis to prevent abuse, but they are pretty well thought out. . . . we just need to get around to writing the spec
You are correct, this responsive behavior you describe is not part of the 1.1 spec. The collapse/expand behavior you describe is the recommended workaround at this time. Responsive sizing is high on the list of items the working group will address when it reconvenes for the next version of the spec.
The basic requirement is that an ad unit can expand to fill the browser client area. With a call to the geom API function we can discover the current size and expand to that size (with a top/left reposition to 0,0 at the same time). That's all good. But when the browser is resized, we're not allowed to re-call expand without first collapsing, thereby causing a potential flicker and depending on how the ad is constructed, a potential reload and re-render of content. I understand that there's some...
Home
Fix to issue #8 (IE 11 expand fails intermitten...
Merge branch 'master' into vnext-layer-bg
Fix to regression bug "par" element not embeddi...
Initial sample rendering a floating layer.
Test for layers. Some positioning tweaks
Maybe I can answer my own question - seems like div.innerText could be the way to...
Hello, Lets say we have some creative with lots of .js, styles, CSS3 animations and...
maybe I can answer my own question - seems like div.innerText could be the way to...
Hello, Lets say we have some creative with lots of .js, styles, CSS3 animations and...
Hello, Lets say we have some creative with lots of .js, style, CSS3 animations and...
The layer API is not part of the Standard SafeFrame API (yet, that's coming). The...
The SafeFrame reference implementation is closely aligned with Yahoo's, but they...
The SafeFrame reference implementation is closely aligned with Yahoo's, but they...
Hi Chris ....Yahoo SDK Yep that's right. Here's some of that error from a console...
Hi Chris Yahoo SDK Yep that's right. Here's that some of that error from a console...
Is this in the Yahoo SafeE SDK or are you using the branch in SafeFrame reference...
Hello, When i open a layer (lyr.open(myLayerConfig)) i am getting the following notification...
Moving bg to the sf.ext.xtra namespace until fo...
added state tracking on host.
Fixing bug in geom update
Merge branch 'master' into vnext-layer-bg
Merge branch 'master' into vnext-layer-bg
incremental commit prior to fixing found bug.
Merge branch 'master' into vnext-layer-bg
Incremental checkin prior to bugfix in main branch
Bug - calling bad func ref in geom update.
Ticket #3
ticket #2
Initial $sf.ext.bg implementation.
Fix syntax error. Initial images for test page.
Merge branch 'master' into xtra
Update to bootloader sample
onEndPosRender event has incorrect arguments passed
Increment version numbers from 1.1.0 -> 1.1.1 t...
minor event attach error in fallback case.
I looked into you code. I see you are using the 1.0.1 version of the framework. It...
We currently run HTML5 ads on the Yahoo! ad network, and they use your SafeFrames...
Bootloader sample working.
Skeleton of bootloader example
Flash version check (flash_ver) returning null
Fixed. Verified in Windows - current Chrome (40), IE 10
Fixed
Exceptions should be logged
This feature was added prior to 1.1. In all current builds. Publisher can listen...
Meta object fails to record values if private meta object is not defined
Fixed coding error. In master branch now. Will be packaged in next release (1.1.3...
Render sometimes fails in Chrome
Test harness page for automation of meta data t...
Ticket #16 - fix
Flash version check (flash_ver) returning null
Initial fixed geometry test file.
Following up on this thread, the IAB has opened a new Tech Lab with an associated...
The scenario of e-commerce happening inside a SafeFrame hosted on a publisher site...
The scenario of e-commerce happening inside a SafeFrame hosted on a publisher site...
SafeFrame can handle both HTML content or a URL to a script resource. In the case...
Test tweaks
This is for the tool located at http://safeframes.net/examples/creative_test.html....
This is for the tool located at http://safeframes.net/examples/creative_test.html....
Is this expected to be a URL to a JavaScript (.js) resource? If so, will document.write()...
Many browsers block third party cookies by default, which generally prevents eCommerce...
Many browsers block third party cookies by default, which generally prevents eCommerce...
Restructure to match SourceFormce
Merge branch 'master' of github.com:Interactive...
1.1.0 source file upload
Updated geometry calculation code.
Fix to $sf.info.list issues so ads appear when ...
Addition of a perf test page.
Fixed exception in rect calculation when Y scro...
Skeleton for publisher methods test.
more viewable tests with scrolling.
Merge branch 'master' of ssh://git.code.sf.net/...
Fixed error in "insertBefore" call missing a pa...
$sf.ext.message does not receive a response
Pushed fix to master. In post 1.1 (1.2, or other).
Ticket #8
Fixing some issues from the closure compiler.
I did a one-off project for a client where we leveraged viewability from a DFP ad...
My team is very excited about the SafeFrame. We have prototyped and integrated SafeFrame...
My team is very excited about the SafeFrame. We have prototyped and integrated SafeFrame...
The SAFEe extensions did not make 1.1, but are still planned for 2.0. To be clear,...
On this link http://help.yahoo.com/apt/index?y=PROD_APT&locale=en_US&page=content&id=APT154...
The creative does not need to be aware of the publisher secondary URL. By the time...
Yes, in a real deployment you should include the version number in the path where...
There is a link on the IAB SafeFrame site. http://www.iab.net/safeframe actual spec...
Hello, Can anyone help me find the SafeFrame 1.1.0 specification that is mentioned...
Are the includes missing the version number (e.g. 1-1-0) from the path?
That really depends on what is being done within Friendly IFrames. If the ad is simply...
As a publisher currently supporting friendly iFrames, is it possible to add host...
Thanks Chris - this is a great help. I'll give it a go and let you know how it goes....
Thanks Chris - this is a great help. I'll give it a go and let you know how it goes....
From reading the SafeFrame specification, it seems each publisher needs to provide...
Thanks Chris - this is a great help. I'll give it a go and let you know how it g...
Addition of scroll viewability tests.
Expand and collapse tests.