|
358 | 358 | </script>
|
359 | 359 | </dom-module>
|
360 | 360 |
|
361 |
| -<dom-module id="x-shadow-host-root-0-0"> |
| 361 | + |
| 362 | +<dom-module id="x-shadow-host-root"> |
| 363 | + <template> |
| 364 | + <content></content> |
| 365 | + <div> |
| 366 | + <div> |
| 367 | + <x-shadow-host-root-0> |
| 368 | + <x-shadow-host-root-0-light></x-shadow-host-root-0-light> |
| 369 | + </x-shadow-host-root-0> |
| 370 | + </div> |
| 371 | + </div> |
| 372 | + <div> |
| 373 | + <x-shadow-host-root-1> |
| 374 | + <x-shadow-host-root-1-light></x-shadow-host-root-1-light> |
| 375 | + </x-shadow-host-root-1> |
| 376 | + </div> |
| 377 | + </template> |
362 | 378 | <script>
|
363 | 379 | Polymer({
|
364 |
| - is: 'x-shadow-host-root-0-0', |
| 380 | + is: 'x-shadow-host-root', |
365 | 381 | hostAttributes: {
|
366 |
| - tabindex: "-1", |
| 382 | + tabindex: '-1' |
367 | 383 | }
|
368 | 384 | });
|
369 | 385 | </script>
|
370 | 386 | </dom-module>
|
371 | 387 |
|
372 |
| -<dom-module id="x-shadow-host-root-0-1"> |
| 388 | +<dom-module id="x-shadow-host-root-light"> |
373 | 389 | <script>
|
374 | 390 | Polymer({
|
375 |
| - is: 'x-shadow-host-root-0-1', |
| 391 | + is: 'x-shadow-host-root-light', |
376 | 392 | hostAttributes: {
|
377 |
| - tabindex: "-1", |
| 393 | + tabindex: '-1' |
378 | 394 | }
|
379 | 395 | });
|
380 | 396 | </script>
|
381 | 397 | </dom-module>
|
382 | 398 |
|
383 | 399 | <dom-module id="x-shadow-host-root-0">
|
384 | 400 | <template>
|
| 401 | + <content></content> |
385 | 402 | <div>
|
386 |
| - <x-shadow-host-root-0-0></x-shadow-host-root-0-0> |
| 403 | + <x-shadow-host-root-0-0> |
| 404 | + <x-shadow-host-root-0-0-light></x-shadow-host-root-0-0-light> |
| 405 | + </x-shadow-host-root-0-0> |
387 | 406 | </div>
|
388 |
| - <x-shadow-host-root-0-1></x-shadow-host-root-0-1> |
| 407 | + <x-shadow-host-root-0-1> |
| 408 | + <x-shadow-host-root-0-1-light></x-shadow-host-root-0-1-light> |
| 409 | + </x-shadow-host-root-0-1> |
389 | 410 | </template>
|
390 | 411 | <script>
|
391 | 412 | Polymer({
|
392 | 413 | is: 'x-shadow-host-root-0',
|
393 | 414 | hostAttributes: {
|
394 |
| - tabindex: "-1", |
| 415 | + tabindex: '-1' |
395 | 416 | }
|
396 | 417 | });
|
397 | 418 | </script>
|
398 | 419 | </dom-module>
|
399 | 420 |
|
400 |
| -<dom-module id="x-shadow-host-root-1-0"> |
| 421 | +<dom-module id="x-shadow-host-root-0-light"> |
401 | 422 | <script>
|
402 | 423 | Polymer({
|
403 |
| - is: 'x-shadow-host-root-1-0', |
| 424 | + is: 'x-shadow-host-root-0-light', |
404 | 425 | hostAttributes: {
|
405 |
| - tabindex: "-1", |
| 426 | + tabindex: '-1' |
406 | 427 | }
|
407 | 428 | });
|
408 | 429 | </script>
|
409 | 430 | </dom-module>
|
410 | 431 |
|
411 |
| -<dom-module id="x-shadow-host-root-1-1"> |
| 432 | +<dom-module id="x-shadow-host-root-0-0"> |
| 433 | + <template> |
| 434 | + <content></content> |
| 435 | + </template> |
412 | 436 | <script>
|
413 | 437 | Polymer({
|
414 |
| - is: 'x-shadow-host-root-1-1', |
| 438 | + is: 'x-shadow-host-root-0-0', |
| 439 | + hostAttributes: { |
| 440 | + tabindex: '-1' |
| 441 | + } |
| 442 | + }); |
| 443 | + </script> |
| 444 | +</dom-module> |
| 445 | + |
| 446 | +<dom-module id="x-shadow-host-root-0-0-light"> |
| 447 | + <script> |
| 448 | + Polymer({ |
| 449 | + is: 'x-shadow-host-root-0-0-light', |
| 450 | + hostAttributes: { |
| 451 | + tabindex: '-1' |
| 452 | + } |
| 453 | + }); |
| 454 | + </script> |
| 455 | +</dom-module> |
| 456 | + |
| 457 | +<dom-module id="x-shadow-host-root-0-1"> |
| 458 | + <template> |
| 459 | + <content></content> |
| 460 | + </template> |
| 461 | + <script> |
| 462 | + Polymer({ |
| 463 | + is: 'x-shadow-host-root-0-1', |
| 464 | + hostAttributes: { |
| 465 | + tabindex: '-1' |
| 466 | + } |
| 467 | + }); |
| 468 | + </script> |
| 469 | +</dom-module> |
| 470 | + |
| 471 | +<dom-module id="x-shadow-host-root-0-1-light"> |
| 472 | + <script> |
| 473 | + Polymer({ |
| 474 | + is: 'x-shadow-host-root-0-1-light', |
415 | 475 | hostAttributes: {
|
416 |
| - tabindex: "-1", |
| 476 | + tabindex: '-1' |
417 | 477 | }
|
418 | 478 | });
|
419 | 479 | </script>
|
420 | 480 | </dom-module>
|
421 | 481 |
|
422 | 482 | <dom-module id="x-shadow-host-root-1">
|
423 | 483 | <template>
|
| 484 | + <content></content> |
424 | 485 | <div>
|
425 |
| - <x-shadow-host-root-1-0></x-shadow-host-root-1-0> |
| 486 | + <x-shadow-host-root-1-0> |
| 487 | + <x-shadow-host-root-1-0-light></x-shadow-host-root-1-0-light> |
| 488 | + </x-shadow-host-root-1-0> |
426 | 489 | </div>
|
427 | 490 | <div>
|
428 | 491 | <div>
|
429 | 492 | <div>
|
430 |
| - <x-shadow-host-root-1-1></x-shadow-host-root-1-1> |
| 493 | + <x-shadow-host-root-1-1> |
| 494 | + <x-shadow-host-root-1-1-light></x-shadow-host-root-1-1-light> |
| 495 | + </x-shadow-host-root-1-1> |
431 | 496 | </div>
|
432 | 497 | </div>
|
433 | 498 | </div>
|
|
436 | 501 | Polymer({
|
437 | 502 | is: 'x-shadow-host-root-1',
|
438 | 503 | hostAttributes: {
|
439 |
| - tabindex: "-1", |
| 504 | + tabindex: '-1' |
440 | 505 | }
|
441 | 506 | });
|
442 | 507 | </script>
|
443 | 508 | </dom-module>
|
444 | 509 |
|
445 |
| -<dom-module id="x-shadow-host-root"> |
| 510 | +<dom-module id="x-shadow-host-root-1-light"> |
| 511 | + <script> |
| 512 | + Polymer({ |
| 513 | + is: 'x-shadow-host-root-1-light', |
| 514 | + hostAttributes: { |
| 515 | + tabindex: '-1' |
| 516 | + } |
| 517 | + }); |
| 518 | + </script> |
| 519 | +</dom-module> |
| 520 | + |
| 521 | +<dom-module id="x-shadow-host-root-1-0"> |
446 | 522 | <template>
|
447 |
| - <div> |
448 |
| - <div> |
449 |
| - <x-shadow-host-root-0></x-shadow-host-root-0> |
450 |
| - </div> |
451 |
| - </div> |
452 |
| - <div> |
453 |
| - <x-shadow-host-root-1></x-shadow-host-root-1> |
454 |
| - </div> |
| 523 | + <content></content> |
455 | 524 | </template>
|
456 | 525 | <script>
|
457 | 526 | Polymer({
|
458 |
| - is: 'x-shadow-host-root', |
| 527 | + is: 'x-shadow-host-root-1-0', |
| 528 | + hostAttributes: { |
| 529 | + tabindex: '-1' |
| 530 | + } |
| 531 | + }); |
| 532 | + </script> |
| 533 | +</dom-module> |
| 534 | + |
| 535 | +<dom-module id="x-shadow-host-root-1-0-light"> |
| 536 | + <script> |
| 537 | + Polymer({ |
| 538 | + is: 'x-shadow-host-root-1-0-light', |
| 539 | + hostAttributes: { |
| 540 | + tabindex: '-1' |
| 541 | + } |
| 542 | + }); |
| 543 | + </script> |
| 544 | +</dom-module> |
| 545 | + |
| 546 | +<dom-module id="x-shadow-host-root-1-1"> |
| 547 | + <template> |
| 548 | + <content></content> |
| 549 | + </template> |
| 550 | + <script> |
| 551 | + Polymer({ |
| 552 | + is: 'x-shadow-host-root-1-1', |
| 553 | + hostAttributes: { |
| 554 | + tabindex: '-1' |
| 555 | + } |
| 556 | + }); |
| 557 | + </script> |
| 558 | +</dom-module> |
| 559 | + |
| 560 | +<dom-module id="x-shadow-host-root-1-1-light"> |
| 561 | + <script> |
| 562 | + Polymer({ |
| 563 | + is: 'x-shadow-host-root-1-1-light', |
459 | 564 | hostAttributes: {
|
460 |
| - tabindex: "-1", |
| 565 | + tabindex: '-1' |
461 | 566 | }
|
462 | 567 | });
|
463 | 568 | </script>
|
|
0 commit comments