Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

caption-side: block-XXX does not exist in the CSS specification #30

Closed
SaekiTominaga opened this issue May 15, 2024 · 2 comments
Closed

Comments

@SaekiTominaga
Copy link

SaekiTominaga commented May 15, 2024

Describe the bug

The logical value of caption-side is only inline-start and inline-end. 馃憠CSS Spec

The existing top and bottom values are idiosyncratically redefined as assigning to the block-start and block-end sides of the table, respectively.

Expected behavior

The following CSS will not cause an error.

.caption-block-start {
	caption-side: top;
}

.caption-block-end {
	caption-side: bottom;
}

Additional context

@yuschick
Copy link
Owner

Thanks for sharing this! I'll get an update pushed this week.

@yuschick
Copy link
Owner

I just published V1.2.1 which removes this block-axis check for caption-side.

Thanks again for reporting, and let me know if you have any issues with this update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants