@@ -198,70 +198,70 @@ discard block |
||
| 198 | 198 | ], |
| 199 | 199 | ], |
| 200 | 200 | 'tag_nodes'=> [ |
| 201 | - 'SVG1.1'=> $svgTags= [ |
|
| 201 | + 'SVG1.1'=> $svgTags=[ |
|
| 202 | 202 | 'svg'=> [ |
| 203 | 203 | 'out'=> [ |
| 204 | - 'default_attributes'=> ['xmlns'=> 'http://www.w3.org/2000/svg','version'=> '1.1',], |
|
| 205 | - 'params'=> ['viewBox',], |
|
| 204 | + 'default_attributes'=> [ 'xmlns'=> 'http://www.w3.org/2000/svg', 'version'=> '1.1', ], |
|
| 205 | + 'params'=> [ 'viewBox', ], |
|
| 206 | 206 | 'scope'=> 'svg', |
| 207 | 207 | ], |
| 208 | 208 | 'in'=> [ |
| 209 | 209 | 'svg'=> [ |
| 210 | - 'params'=> ['x','y','width','height',], |
|
| 210 | + 'params'=> [ 'x', 'y', 'width', 'height', ], |
|
| 211 | 211 | ], |
| 212 | 212 | ], |
| 213 | 213 | ], |
| 214 | - '*'=> [], |
|
| 214 | + '*'=> [ ], |
|
| 215 | 215 | 'polygon'=> [ |
| 216 | - 'params'=> ['points',], |
|
| 217 | - 'only_in'=> ['svg',], |
|
| 216 | + 'params'=> [ 'points', ], |
|
| 217 | + 'only_in'=> [ 'svg', ], |
|
| 218 | 218 | ], |
| 219 | 219 | 'polyline'=> [ |
| 220 | - 'params'=> ['points',], |
|
| 221 | - 'only_in'=> ['svg',], |
|
| 220 | + 'params'=> [ 'points', ], |
|
| 221 | + 'only_in'=> [ 'svg', ], |
|
| 222 | 222 | ], |
| 223 | 223 | 'path'=> [ |
| 224 | - 'params'=> ['d',], |
|
| 225 | - 'only_in'=> ['svg',], |
|
| 224 | + 'params'=> [ 'd', ], |
|
| 225 | + 'only_in'=> [ 'svg', ], |
|
| 226 | 226 | ], |
| 227 | 227 | 'line'=> [ |
| 228 | - 'params'=> ['x1','y1','x2','y2',], |
|
| 229 | - 'only_in'=> ['svg',], |
|
| 228 | + 'params'=> [ 'x1', 'y1', 'x2', 'y2', ], |
|
| 229 | + 'only_in'=> [ 'svg', ], |
|
| 230 | 230 | ], |
| 231 | 231 | 'rect'=> [ |
| 232 | - 'params'=> ['x','y','width','height',], |
|
| 233 | - 'only_in'=> ['svg',], |
|
| 232 | + 'params'=> [ 'x', 'y', 'width', 'height', ], |
|
| 233 | + 'only_in'=> [ 'svg', ], |
|
| 234 | 234 | ], |
| 235 | 235 | 'circle'=> [ |
| 236 | - 'params'=> ['cx','cy','r',], |
|
| 237 | - 'only_in'=> ['svg',], |
|
| 236 | + 'params'=> [ 'cx', 'cy', 'r', ], |
|
| 237 | + 'only_in'=> [ 'svg', ], |
|
| 238 | 238 | ], |
| 239 | 239 | 'ellipse'=> [ |
| 240 | - 'params'=> ['cx','cy','rx','ry',], |
|
| 241 | - 'only_in'=> ['svg',], |
|
| 240 | + 'params'=> [ 'cx', 'cy', 'rx', 'ry', ], |
|
| 241 | + 'only_in'=> [ 'svg', ], |
|
| 242 | 242 | ], |
| 243 | 243 | 'text'=> [ |
| 244 | - 'params'=> ['x','y',], |
|
| 245 | - 'only_in'=> ['svg',], |
|
| 244 | + 'params'=> [ 'x', 'y', ], |
|
| 245 | + 'only_in'=> [ 'svg', ], |
|
| 246 | 246 | ], |
| 247 | 247 | ], |
| 248 | 248 | 'HTML5'=> [ |
| 249 | - '*'=> [], |
|
| 249 | + '*'=> [ ], |
|
| 250 | 250 | ''=> [ |
| 251 | 251 | 'opener'=> ' ', |
| 252 | 252 | 'closer'=> '', |
| 253 | 253 | ], |
| 254 | 254 | 'charset'=> [ |
| 255 | 255 | 'name'=> 'meta', |
| 256 | - 'params'=> ['charset',], |
|
| 256 | + 'params'=> [ 'charset', ], |
|
| 257 | 257 | ], |
| 258 | 258 | 'equiv'=> [ |
| 259 | 259 | 'name'=> 'meta', |
| 260 | - 'name_value'=> ['http-equiv','content','scheme',], |
|
| 260 | + 'name_value'=> [ 'http-equiv', 'content', 'scheme', ], |
|
| 261 | 261 | ], |
| 262 | 262 | 'meta'=> [ |
| 263 | 263 | 'name'=> 'meta', |
| 264 | - 'name_value'=> ['name','content','scheme',], |
|
| 264 | + 'name_value'=> [ 'name', 'content', 'scheme', ], |
|
| 265 | 265 | ], |
| 266 | 266 | 'php'=> [ |
| 267 | 267 | 'opener'=> '<?php ', |
@@ -273,14 +273,14 @@ discard block |
||
| 273 | 273 | 'multiple'=> [ |
| 274 | 274 | [ |
| 275 | 275 | 'pattern'=> '/\{>$/', |
| 276 | - 'params'=> ['type',], |
|
| 277 | - 'default_attributes'=> ['codeset'=> 'codeset',], |
|
| 276 | + 'params'=> [ 'type', ], |
|
| 277 | + 'default_attributes'=> [ 'codeset'=> 'codeset', ], |
|
| 278 | 278 | 'embedding'=> 'code', |
| 279 | 279 | ], |
| 280 | 280 | [ |
| 281 | 281 | 'pattern'=> '/.?/', |
| 282 | 282 | 'name'=> 'code', |
| 283 | - 'params'=> ['type',], |
|
| 283 | + 'params'=> [ 'type', ], |
|
| 284 | 284 | ], |
| 285 | 285 | ], |
| 286 | 286 | ], |
@@ -289,13 +289,13 @@ discard block |
||
| 289 | 289 | [ |
| 290 | 290 | 'pattern'=> '/^-js @/', |
| 291 | 291 | 'name'=> 'script', |
| 292 | - 'default_attributes'=> ['type'=> 'text/javascript',], |
|
| 292 | + 'default_attributes'=> [ 'type'=> 'text/javascript', ], |
|
| 293 | 293 | 'link'=> 'src', |
| 294 | 294 | ], |
| 295 | 295 | [ |
| 296 | 296 | 'pattern'=> '/^-js\{>/', |
| 297 | 297 | 'name'=> 'script', |
| 298 | - 'default_attributes'=> ['type'=> 'text/javascript',], |
|
| 298 | + 'default_attributes'=> [ 'type'=> 'text/javascript', ], |
|
| 299 | 299 | 'embedding'=> 'js', |
| 300 | 300 | ], |
| 301 | 301 | ], |
@@ -305,93 +305,93 @@ discard block |
||
| 305 | 305 | [ |
| 306 | 306 | 'pattern'=> '/^-css @/', |
| 307 | 307 | 'name'=> 'link', |
| 308 | - 'default_attributes'=> ['rel'=> 'stylesheet','type'=> 'text/css',], |
|
| 308 | + 'default_attributes'=> [ 'rel'=> 'stylesheet', 'type'=> 'text/css', ], |
|
| 309 | 309 | 'link'=> 'href', |
| 310 | 310 | ], |
| 311 | 311 | [ |
| 312 | 312 | 'pattern'=> '/^-css\{>/', |
| 313 | 313 | 'name'=> 'style', |
| 314 | - 'default_attributes'=> ['type'=> 'text/css',], |
|
| 314 | + 'default_attributes'=> [ 'type'=> 'text/css', ], |
|
| 315 | 315 | 'embedding'=> 'css', |
| 316 | 316 | ], |
| 317 | 317 | ], |
| 318 | 318 | ], |
| 319 | 319 | 'icon'=> [ |
| 320 | 320 | 'name'=> 'link', |
| 321 | - 'default_attributes'=> ['rel'=> 'icon',], |
|
| 322 | - 'params'=> ['sizes',], |
|
| 321 | + 'default_attributes'=> [ 'rel'=> 'icon', ], |
|
| 322 | + 'params'=> [ 'sizes', ], |
|
| 323 | 323 | 'link'=> 'href', |
| 324 | 324 | ], |
| 325 | 325 | 'shortcut'=> [ |
| 326 | 326 | 'name'=> 'link', |
| 327 | - 'default_attributes'=> ['rel'=> 'shortcut icon','type'=> 'image/x-icon',], |
|
| 327 | + 'default_attributes'=> [ 'rel'=> 'shortcut icon', 'type'=> 'image/x-icon', ], |
|
| 328 | 328 | 'link'=> 'href', |
| 329 | 329 | ], |
| 330 | 330 | 'link'=> [ |
| 331 | - 'params'=> ['rel',], |
|
| 331 | + 'params'=> [ 'rel', ], |
|
| 332 | 332 | 'link'=> 'href', |
| 333 | 333 | ], |
| 334 | 334 | 'script'=> [ |
| 335 | - 'params'=> ['type',], |
|
| 335 | + 'params'=> [ 'type', ], |
|
| 336 | 336 | 'link'=> 'source', |
| 337 | 337 | ], |
| 338 | 338 | 'a'=> [ |
| 339 | 339 | 'link'=> 'href', |
| 340 | - 'name_value'=> ['name',], |
|
| 340 | + 'name_value'=> [ 'name', ], |
|
| 341 | 341 | 'target'=> 'target', |
| 342 | 342 | ], |
| 343 | 343 | 'iframe'=> [ |
| 344 | 344 | 'link'=> 'src', |
| 345 | - 'default_attributes'=> ['frameborder'=> '0',], |
|
| 346 | - 'name_value'=> ['name',], |
|
| 345 | + 'default_attributes'=> [ 'frameborder'=> '0', ], |
|
| 346 | + 'name_value'=> [ 'name', ], |
|
| 347 | 347 | ], |
| 348 | 348 | 'img'=> [ |
| 349 | 349 | 'link'=> 'src', |
| 350 | 350 | 'alt'=> 'alt', |
| 351 | 351 | ], |
| 352 | - 'form'=> ['name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> ['name',], 'default_attributes'=> ['method'=> 'post',],], |
|
| 353 | - 'post'=> ['name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> ['name',], 'default_attributes'=> ['method'=> 'post',],], |
|
| 354 | - 'upload'=> ['name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> ['name',], 'default_attributes'=> ['method'=> 'post','enctype'=> 'multipart/form-data',],], |
|
| 355 | - 'get'=> ['name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> ['name',], 'default_attributes'=> ['method'=> 'get',],], |
|
| 352 | + 'form'=> [ 'name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> [ 'name', ], 'default_attributes'=> [ 'method'=> 'post', ], ], |
|
| 353 | + 'post'=> [ 'name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> [ 'name', ], 'default_attributes'=> [ 'method'=> 'post', ], ], |
|
| 354 | + 'upload'=> [ 'name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> [ 'name', ], 'default_attributes'=> [ 'method'=> 'post', 'enctype'=> 'multipart/form-data', ], ], |
|
| 355 | + 'get'=> [ 'name'=> 'form', 'link'=> 'action', 'target'=> 'target', 'name_value'=> [ 'name', ], 'default_attributes'=> [ 'method'=> 'get', ], ], |
|
| 356 | 356 | |
| 357 | - 'input'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'hidden',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 358 | - 'text'=> ['out'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'text',], 'name_value'=> ['name', 'value', 'form',], 'alt'=> 'placeholder',], 'in'=> ['svg'=> ['params'=> ['x','y',],],],], |
|
| 359 | - 'search'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'search',], 'name_value'=> ['name', 'value', 'form',], 'alt'=> 'placeholder',], |
|
| 360 | - 'password'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'password',], 'name_value'=> ['name', 'value', 'form',], 'alt'=> 'placeholder',], |
|
| 361 | - 'email'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'email',], 'name_value'=> ['name', 'value', 'form',], 'alt'=> 'placeholder',], |
|
| 362 | - 'url'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'url',], 'name_value'=> ['name', 'value', 'form',], 'alt'=> 'placeholder',], |
|
| 363 | - 'tel'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'tel',], 'name_value'=> ['name', 'value', 'form',], 'alt'=> 'placeholder',], |
|
| 364 | - 'number'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'number',], 'name_value'=> ['name', 'value', 'form',], 'alt'=> 'placeholder', 'params'=> ['min', 'step', 'max',],], |
|
| 365 | - 'range'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'range',], 'name_value'=> ['name', 'value', 'form',], 'params'=> ['min', 'step', 'max',],], |
|
| 366 | - 'radio'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'radio',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 367 | - 'checkbox'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'checkbox',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 368 | - 'date'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'date',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 369 | - 'month'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'month',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 370 | - 'week'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'week',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 371 | - 'time'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'time',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 372 | - 'datetime'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'datetime',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 373 | - 'datetime-local'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'datetime-local',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 374 | - 'color'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'color',], 'name_value'=> ['name', 'value', 'form',],], |
|
| 375 | - 'file'=> ['name'=> 'input', 'default_attributes'=> ['type'=> 'file',], 'name_value'=> ['name', 'form',], 'params'=> ['accept',],], |
|
| 357 | + 'input'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'hidden', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 358 | + 'text'=> [ 'out'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'text', ], 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', ], 'in'=> [ 'svg'=> [ 'params'=> [ 'x', 'y', ], ], ], ], |
|
| 359 | + 'search'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'search', ], 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', ], |
|
| 360 | + 'password'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'password', ], 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', ], |
|
| 361 | + 'email'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'email', ], 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', ], |
|
| 362 | + 'url'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'url', ], 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', ], |
|
| 363 | + 'tel'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'tel', ], 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', ], |
|
| 364 | + 'number'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'number', ], 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', 'params'=> [ 'min', 'step', 'max', ], ], |
|
| 365 | + 'range'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'range', ], 'name_value'=> [ 'name', 'value', 'form', ], 'params'=> [ 'min', 'step', 'max', ], ], |
|
| 366 | + 'radio'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'radio', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 367 | + 'checkbox'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'checkbox', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 368 | + 'date'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'date', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 369 | + 'month'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'month', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 370 | + 'week'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'week', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 371 | + 'time'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'time', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 372 | + 'datetime'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'datetime', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 373 | + 'datetime-local'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'datetime-local', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 374 | + 'color'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'color', ], 'name_value'=> [ 'name', 'value', 'form', ], ], |
|
| 375 | + 'file'=> [ 'name'=> 'input', 'default_attributes'=> [ 'type'=> 'file', ], 'name_value'=> [ 'name', 'form', ], 'params'=> [ 'accept', ], ], |
|
| 376 | 376 | |
| 377 | - 'submit'=> ['name'=> 'button', 'default_attributes'=> ['type'=> 'submit',], 'name_value'=> ['name', 'value','form',], 'link'=> 'formaction', 'target'=> 'formtarget',], |
|
| 378 | - 'reset'=> ['name'=> 'button', 'default_attributes'=> ['type'=> 'reset',], 'name_value'=> ['form',],], |
|
| 379 | - 'button'=> ['name'=> 'button', 'default_attributes'=> ['type'=> 'button',],], |
|
| 377 | + 'submit'=> [ 'name'=> 'button', 'default_attributes'=> [ 'type'=> 'submit', ], 'name_value'=> [ 'name', 'value', 'form', ], 'link'=> 'formaction', 'target'=> 'formtarget', ], |
|
| 378 | + 'reset'=> [ 'name'=> 'button', 'default_attributes'=> [ 'type'=> 'reset', ], 'name_value'=> [ 'form', ], ], |
|
| 379 | + 'button'=> [ 'name'=> 'button', 'default_attributes'=> [ 'type'=> 'button', ], ], |
|
| 380 | 380 | |
| 381 | - 'textarea'=> ['name'=> 'textarea', 'name_value'=> ['name','value','form',],'alt'=> 'placeholder',], |
|
| 381 | + 'textarea'=> [ 'name'=> 'textarea', 'name_value'=> [ 'name', 'value', 'form', ], 'alt'=> 'placeholder', ], |
|
| 382 | 382 | |
| 383 | 383 | 'select'=> [ |
| 384 | - 'name_value'=> ['name', 'value','form',], |
|
| 384 | + 'name_value'=> [ 'name', 'value', 'form', ], |
|
| 385 | 385 | 'scope'=> 'select', |
| 386 | 386 | ], |
| 387 | 387 | 'datalist'=> [ |
| 388 | - 'params'=> ['id',], |
|
| 388 | + 'params'=> [ 'id', ], |
|
| 389 | 389 | 'scope'=> 'datalist', |
| 390 | 390 | ], |
| 391 | 391 | 'optgroup'=> [ |
| 392 | 392 | 'in'=> [ |
| 393 | 393 | 'select'=> [ |
| 394 | - 'name_value'=> ['label',], |
|
| 394 | + 'name_value'=> [ 'label', ], |
|
| 395 | 395 | ], |
| 396 | 396 | ], |
| 397 | 397 | ], |
@@ -399,23 +399,23 @@ discard block |
||
| 399 | 399 | 'in'=> [ |
| 400 | 400 | 'select'=> [ |
| 401 | 401 | 'scope_function'=> function( $scope ){ |
| 402 | - if( $scope['value']===$this['value'] ){ |
|
| 403 | - $this['selected']= 'selected'; |
|
| 402 | + if( $scope[ 'value' ]===$this[ 'value' ] ){ |
|
| 403 | + $this[ 'selected' ]='selected'; |
|
| 404 | 404 | }; |
| 405 | 405 | }, |
| 406 | - 'name_value'=> ['value', 'label',], |
|
| 406 | + 'name_value'=> [ 'value', 'label', ], |
|
| 407 | 407 | ], |
| 408 | 408 | 'datalist'=> [ |
| 409 | - 'name_value'=> ['value',], |
|
| 409 | + 'name_value'=> [ 'value', ], |
|
| 410 | 410 | ], |
| 411 | 411 | ], |
| 412 | 412 | ], |
| 413 | 413 | |
| 414 | 414 | 'param'=> [ |
| 415 | - 'name_value'=> ['name','value',], |
|
| 415 | + 'name_value'=> [ 'name', 'value', ], |
|
| 416 | 416 | ], |
| 417 | 417 | 'source'=> [ |
| 418 | - 'params'=>['type',], |
|
| 418 | + 'params'=>[ 'type', ], |
|
| 419 | 419 | 'link'=> 'src', |
| 420 | 420 | ], |
| 421 | 421 | 'base'=> [ |
@@ -423,14 +423,14 @@ discard block |
||
| 423 | 423 | 'target'=> 'target', |
| 424 | 424 | ], |
| 425 | 425 | 'map'=> [ |
| 426 | - 'params'=> ['name',], |
|
| 426 | + 'params'=> [ 'name', ], |
|
| 427 | 427 | 'scope'=> 'area-map', |
| 428 | 428 | ], |
| 429 | 429 | 'area'=> [ |
| 430 | 430 | 'link'=> 'href', |
| 431 | - 'params'=> ['shape','coords'], |
|
| 431 | + 'params'=> [ 'shape', 'coords' ], |
|
| 432 | 432 | 'target'=> 'target', |
| 433 | - 'only_in'=> ['area-map',], |
|
| 433 | + 'only_in'=> [ 'area-map', ], |
|
| 434 | 434 | ], |
| 435 | 435 | 'audio'=> [ |
| 436 | 436 | 'link'=> 'src', |
@@ -440,11 +440,11 @@ discard block |
||
| 440 | 440 | ], |
| 441 | 441 | 'track'=> [ |
| 442 | 442 | 'link'=> 'src', |
| 443 | - 'param'=> ['kind',], |
|
| 443 | + 'param'=> [ 'kind', ], |
|
| 444 | 444 | 'alt'=> 'label', |
| 445 | 445 | ], |
| 446 | 446 | 'progress'=> [ |
| 447 | - 'param'=> ['value','max',], |
|
| 447 | + 'param'=> [ 'value', 'max', ], |
|
| 448 | 448 | ], |
| 449 | 449 | ]+$svgTags, |
| 450 | 450 | ], |