[Pkg-owncloud-commits] [owncloud-doc] 83/227: Added hint for polyfills

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:20:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 3db28dd239eda4d634c6e184ef2fa4f99d7d0f90
Author: Bernhard Posselt <Raydiation at users.noreply.github.com>
Date:   Mon Sep 8 21:59:22 2014 +0200

    Added hint for polyfills
---
 developer_manual/app/css.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst
index 5343af5..729c915 100644
--- a/developer_manual/app/css.rst
+++ b/developer_manual/app/css.rst
@@ -18,6 +18,8 @@ Web Components go into the **component/** folder and can be imported like this:
   <?php
   component('myapp', 'tabs');  // adds component/tabs.html
   
+.. note:: Keep in mind that Web Components are still very new and you `might need to add polyfills using Polymer <http://www.polymer-project.org/resources/compatibility.html>`_
+  
 Standard layout
 ===============
 To use the commonly used layout consisting of sidebar navigation and content the **app-navigation** and **app-content** ids can be used:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list