Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-anchor-position/anchor-center-no-default.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Anchor Positioning: 'anchor-center' behaves as 'center' with no default anchor</title>
<link rel="match" href="anchor-center-no-default-ref.html">
<style>
#centered {
position: absolute;
align-self: anchor-center;
}
</style>
<div id="centered">This text should not be centered in the viewport</div>