♻️ Refactoriza atributos HTML

This commit is contained in:
Manuel Cillero 2025-12-28 14:03:35 +01:00
parent 25d32ec5de
commit fa32833ffa
19 changed files with 342 additions and 278 deletions

View file

@ -21,17 +21,8 @@ pub use logo::PageTopSvg;
// **< HTML ATTRIBUTES >****************************************************************************
mod attr_id;
pub use attr_id::AttrId;
mod attr_name;
pub use attr_name::AttrName;
mod attr_value;
pub use attr_value::AttrValue;
mod attr_l10n;
pub use attr_l10n::AttrL10n;
mod attr;
pub use attr::{Attr, AttrId, AttrName, AttrValue};
mod attr_classes;
pub use attr_classes::{AttrClasses, ClassesOp};