Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-12-21 04:25:10 +03:00
parent f23f4c3c50
commit a85c365d32

View File

@ -193,6 +193,13 @@ var plugin = {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Process attributes in code and update the attributes in element data...
//
// This does:
// - parse attributes
// - update element data (JSON)
// - filter attributes out (optionally)
//
var attributes = { var attributes = {
__proto__: plugin, __proto__: plugin,
@ -646,6 +653,7 @@ var tasks = {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// XXX add depth...
// XXX do a better default id... // XXX do a better default id...
var toc = { var toc = {
__proto__: plugin, __proto__: plugin,