Mark HTML_VOID_ELEMENTS as private
This commit is contained in:
parent
bcc101b819
commit
cec8798694
|
@ -4,6 +4,7 @@ module Oga
|
|||
# Names of the HTML void elements that should be handled when HTML lexing
|
||||
# is enabled.
|
||||
#
|
||||
# @api private
|
||||
# @return [Oga::Whitelist]
|
||||
#
|
||||
HTML_VOID_ELEMENTS = Whitelist.new(%w{
|
||||
|
|
Loading…
Reference in New Issue