Y
Hacker News
new
|
ask
|
show
|
jobs
by
creshal
701 days ago
We could call it <frame>, or maybe <iframe> since all the cool kids use isomethings these days.
2 comments
pjc50
701 days ago
Frames don't reflow. For headers etc people would want to integrate with the rest of the DOM.
link
thomashabets2
701 days ago
"seamless" iframes were meant to, right? Don't know what happened to that.
link
charrondev
701 days ago
Most headers today are expandable and need to be”open up” to take the full more of the screen when interacted with.
This is not possible with a frame.
link