Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
experimental badge to lightdom
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Jan 11, 2014
1 parent 44c3f56 commit cccaef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/polymer/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ with expressions.

## Single-use bindings

<span class="label label-important">Experiemental</span>
<span class="label label-important">Experimental</span>

Anywhere you use {% raw %}`{{}}`{% endraw %} in expressions, you can now use double brackets (`[[]]`)
to setup a one-time binding. The binding becomes inactive after {{site.project_title}}
Expand Down
2 changes: 2 additions & 0 deletions polymer.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ which calls `Polymer('tag-name')`:

#### Producing Light DOM instead of Shadow DOM {#createlightdom}

<span class="label label-important">Experimental</span>

By default, {{site.project_title}} creates [Shadow DOM](/platform/shadow-dom.html) from the first
`<template>` in the element definition. The _benefit of using Shadow DOM is that
it encapsulates markup and provides style scoping for elements_.
Expand Down

0 comments on commit cccaef6

Please sign in to comment.