Tags: role attribute no longer needed (defined in scalatags)
authorTomas Zeman <tzeman@volny.cz>
Thu, 17 Sep 2015 09:45:10 +0200
changeset 3 36bc22cf7a96
parent 2 8fcd8bb50987
child 4 8ae7b13e7861
Tags: role attribute no longer needed (defined in scalatags)
shared/src/main/scala/Tags.scala
--- a/shared/src/main/scala/Tags.scala	Thu Sep 17 09:44:18 2015 +0200
+++ b/shared/src/main/scala/Tags.scala	Thu Sep 17 09:45:10 2015 +0200
@@ -24,7 +24,6 @@
   val dataTarget: Attr = "data-target".attr
 
   val html5 = "<!DOCTYPE html>"
-  def role(expr: String) = "role".attr:=expr
   val scope = "scope".attr
 
   val typeAttr = "type".attr