The [incumbent settings object](https://html.spec.whatwg.org/#incumbent-settings-object) is the top entry in the [stack of script settings objects](https://html.spec.whatwg.org/#stack-of-script-settings-objects), and the [entry settings object](https://html.spec.whatwg.org/#entry-settings-object) is the top entry that's marked as a [candidate entry settings object](https://html.spec.whatwg.org/#candidate-entry-settings-object). However, I only see [one place](https://html.spec.whatwg.org/#prepare-to-run-a-callback) that pushes an entry onto the stack, and it marks it as a candidate. Maybe we can eliminate one of the terms? If not, it'd be good for other spec authors if HTML mentioned how these two terms differ, and how we should choose between them.