You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/08/12 13:28:47 UTC

svn commit: r1513108 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java

Author: lofwyr
Date: Mon Aug 12 11:28:47 2013
New Revision: 1513108

URL: http://svn.apache.org/r1513108
Log:
TOBAGO-1171: Support for the Content Security Policy (CSP)
style tag should no longer used (CSP)

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java?rev=1513108&r1=1513107&r2=1513108&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/html/HtmlAttributes.java Mon Aug 12 11:28:47 2013
@@ -97,6 +97,8 @@ public final class HtmlAttributes {
   public static final String SELECTED = "selected";
   public static final String SIZE = "size";
   public static final String SRC = "src";
+  /** @deprecated Since 2.0.0. This attribute work not with SCP */
+  @Deprecated
   public static final String STYLE = "style";
   public static final String SUMMARY = "summary";
   public static final String TABINDEX = "tabindex";