22/**
33 * This file is auto-generated. Do not edit manually.
44 *
5- * @generated 2025-12-30 13:44:50
5+ * @generated 2025-12-30 23:54:09
66 * @category HTML
77 * @package vardumper/extended-htmldocument
88 * @subpackage Html\Element\Block
@@ -103,22 +103,34 @@ class Audio extends BlockElement
103103 ];
104104
105105
106- /** When present, it specifies that the audio or video will automatically start playing as soon as it can do so without stopping. */
106+ /**
107+ * When present, it specifies that the audio or video will automatically start playing as soon as it can do so without stopping.
108+ * @category HTML attribute */
107109 protected ?bool $ autoplay = null ;
108110
109- /** When present, it specifies that audio or video controls should be displayed (such as play, pause, and volume). */
111+ /**
112+ * When present, it specifies that audio or video controls should be displayed (such as play, pause, and volume).
113+ * @category HTML attribute */
110114 protected ?bool $ controls = null ;
111115
112- /** Specifies how the element handles cross-origin requests. */
116+ /**
117+ * Specifies how the element handles cross-origin requests.
118+ * @category HTML attribute */
113119 protected ?CrossoriginEnum $ crossorigin = null ;
114120
115- /** When present, it specifies that the audio or video will start over again every time it is finished. */
121+ /**
122+ * When present, it specifies that the audio or video will start over again every time it is finished.
123+ * @category HTML attribute */
116124 protected ?bool $ loop = null ;
117125
118- /** When present, it specifies that the audio output of the video should be muted. */
126+ /**
127+ * When present, it specifies that the audio output of the video should be muted.
128+ * @category HTML attribute */
119129 protected ?bool $ muted = null ;
120130
121- /** */
131+ /**
132+ *
133+ * @category HTML attribute */
122134 protected ?PreloadEnum $ preload = null ;
123135
124136 /**
@@ -128,16 +140,24 @@ class Audio extends BlockElement
128140 */
129141 protected ?string $ src = null ;
130142
131- /** Defines the semantic purpose of an element for assistive technologies. */
143+ /**
144+ * Defines the semantic purpose of an element for assistive technologies.
145+ * @category HTML attribute */
132146 protected ?RoleEnum $ role = null ;
133147
134- /** Identifies the element(s) whose contents or presence are controlled by this element. Value is a list of IDs separated by a space */
148+ /**
149+ * Identifies the element(s) whose contents or presence are controlled by this element. Value is a list of IDs separated by a space
150+ * @category HTML attribute */
135151 protected ?string $ ariaControls = null ;
136152
137- /** Identifies the element(s) that describes the object. Value is a list of IDs separated by a space */
153+ /**
154+ * Identifies the element(s) that describes the object. Value is a list of IDs separated by a space
155+ * @category HTML attribute */
138156 protected ?string $ ariaDescribedby = null ;
139157
140- /** Identifies the element(s) that labels the current element. Value is a list of IDs separated by a space */
158+ /**
159+ * Identifies the element(s) that labels the current element. Value is a list of IDs separated by a space
160+ * @category HTML attribute */
141161 protected ?string $ ariaLabelledby = null ;
142162
143163 /**
@@ -147,13 +167,19 @@ class Audio extends BlockElement
147167 */
148168 protected ?AriaBusyEnum $ ariaBusy = null ;
149169
150- /** References an element that provides additional details about the current element. */
170+ /**
171+ * References an element that provides additional details about the current element.
172+ * @category HTML attribute */
151173 protected ?string $ ariaDetails = null ;
152174
153- /** Defines keyboard shortcuts available for the element. */
175+ /**
176+ * Defines keyboard shortcuts available for the element.
177+ * @category HTML attribute */
154178 protected ?string $ ariaKeyshortcuts = null ;
155179
156- /** Provides a human-readable custom role description for assistive technologies. */
180+ /**
181+ * Provides a human-readable custom role description for assistive technologies.
182+ * @category HTML attribute */
157183 protected ?string $ ariaRoledescription = null ;
158184
159185 /**
0 commit comments