WebKit Bugzilla
Attachment 373743 Details for
Bug 199633
: Sequential focus navigation can't get out of a descendant of a slot element in a document tree
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
repro of issue (wrapped by slot) with additional example of expected behavior (wrapped by div)
slot-focus-trap.html (text/html), 429 bytes, created by
Eugene Kashida
on 2019-07-09 12:18:43 PDT
(
hide
)
Description:
repro of issue (wrapped by slot) with additional example of expected behavior (wrapped by div)
Filename:
MIME Type:
Creator:
Eugene Kashida
Created:
2019-07-09 12:18:43 PDT
Size:
429 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><body> > <div> > <h3>three buttons wrapped with a slot</h3> > <input> > <slot> > <button>foo</button> > <button>foo</button> > <button>foo</button> > </slot> > <input> > </div> > > <div> > <h3>three buttons wrapped with a div</h3> > <input> > <div> > <button>bar</button> > <button>bar</button> > <button>bar</button> > </div> > <input> > </div> > ></body> ></html>
<!DOCTYPE html> <html> <body> <div> <h3>three buttons wrapped with a slot</h3> <input> <slot> <button>foo</button> <button>foo</button> <button>foo</button> </slot> <input> </div> <div> <h3>three buttons wrapped with a div</h3> <input> <div> <button>bar</button> <button>bar</button> <button>bar</button> </div> <input> </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 199633
: 373743 |
394579
|
394580
|
394583