Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ The creative posts `Creative:expandNonlinear` when a user wants to expand the ad

Under normal circumstances, the player pauses the media. In cases when the content is video, the player resizes the creative iframe to the dimensions of the video and places the expanded creative at video zero coordinates.

If the player communicates to the creative that it has no capacity to expand the ad with [[#simid-player-init]] message, the creative does not provide an expand button or post the `Creaitve:expandNonlinear` message.
If the player communicates to the creative that it has no capacity to expand the ad with [[#simid-player-init]] message, the creative does not provide an expand button or post the `Creative:expandNonlinear` message.

<div diagram id="diagram-creative-expandNonlinear">
<p>Creative:expandNonlinear Handling</p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3789,7 +3789,7 @@ <h5 class="heading settled" data-level="4.4.2.1" id="simid-creative-collapseNonl
<h4 class="heading settled" data-level="4.4.3" id="simid-creative-expandNonlinear"><span class="secno">4.4.3. </span><span class="content">SIMID:Creative:expandNonlinear</span><a class="self-link" href="#simid-creative-expandNonlinear"></a></h4>
<p>The creative posts <code>Creative:expandNonlinear</code> when a user wants to expand the ad (by clicking expand control/button that the default creative provides). Auto-expand is strongly discouraged and goes against industry guidelines.</p>
<p>Under normal circumstances, the player pauses the media. In cases when the content is video, the player resizes the creative iframe to the dimensions of the video and places the expanded creative at video zero coordinates.</p>
<p>If the player communicates to the creative that it has no capacity to expand the ad with <a href="#simid-player-init">§ 4.3.7 SIMID:Player:init</a> message, the creative does not provide an expand button or post the <code>Creaitve:expandNonlinear</code> message.</p>
<p>If the player communicates to the creative that it has no capacity to expand the ad with <a href="#simid-player-init">§ 4.3.7 SIMID:Player:init</a> message, the creative does not provide an expand button or post the <code>Creative:expandNonlinear</code> message.</p>
<div diagram id="diagram-creative-expandNonlinear">
<p>Creative:expandNonlinear Handling</p>
<img alt="Creative expandNonlinear flow." src="images/dgrm-Creative-expandNonlinear.png">
Expand Down
2 changes: 1 addition & 1 deletion simid-1.1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -3770,7 +3770,7 @@ <h5 class="heading settled" data-level="4.4.2.1" id="simid-creative-collapseNonl
<h4 class="heading settled" data-level="4.4.3" id="simid-creative-expandNonlinear"><span class="secno">4.4.3. </span><span class="content">SIMID:Creative:expandNonlinear</span><a class="self-link" href="#simid-creative-expandNonlinear"></a></h4>
<p>The creative posts <code>Creative:expandNonlinear</code> when a user wants to expand the ad (by clicking expand control/button that the default creative provides). Auto-expand is strongly discouraged and goes against industry guidelines.</p>
<p>Under normal circumstances, the player pauses the media. In cases when the content is video, the player resizes the creative iframe to the dimensions of the video and places the expanded creative at video zero coordinates.</p>
<p>If the player communicates to the creative that it has no capacity to expand the ad with <a href="#simid-player-init">§ 4.3.7 SIMID:Player:init</a> message, the creative does not provide an expand button or post the <code>Creaitve:expandNonlinear</code> message.</p>
<p>If the player communicates to the creative that it has no capacity to expand the ad with <a href="#simid-player-init">§ 4.3.7 SIMID:Player:init</a> message, the creative does not provide an expand button or post the <code>Creative:expandNonlinear</code> message.</p>
<div diagram id="diagram-creative-expandNonlinear">
<p>Creative:expandNonlinear Handling</p>
<img alt="Creative expandNonlinear flow." src="simid-1.1.0.images/dgrm-Creative-expandNonlinear.png">
Expand Down