1HTMLnesting.containsBlock(3kayKaa)ya module refereHnTcMeLnesting.containsBlock(3kaya)
2
3
4
6 HTMLnesting::containsBlock - Can the element contain block-level ele‐
7 ments?
8
10 Bool containsBlock( String el )
11
13 el The name of the element
14
16 Returns true if the element may contain other block-level elements,
17 false otherwise.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010HTMLnesting.containsBlock(3kaya)