Dear PHP Team, I am submitting this email to bring attention to a pull request I have made to the php/web-php repository, addressing table layout issues and improving the overall responsiveness of the site. You can review the changes here: PR: https://github.com/php/web-php/pull/1222
Context and Related Issues: The pull request is related to multiple discussions and reports regarding table rendering issues in PHP documentation. Below are the relevant issues: Issue #688 (https://github.com/php/web-php/issues/688): Reports overlapping tables and misalignment issues in the "List of Resource Types" section. CSS constraints were affecting readability and accessibility, especially on smaller screens. Issue #713 (https://github.com/php/web-php/issues/713): Similar concerns were raised about tables breaking the layout due to improper handling of column widths. Issue #1133 (https://github.com/php/web-php/issues/1133): Discusses broader CSS inconsistencies affecting site-wide responsiveness, particularly with tables and lists. Issue php/doc-ru#443 (https://github.com/php/doc-ru/issues/443): Reports issues with long unbreakable content within tables in translations, which can be mitigated by improving overall styling. Proposed Fixes in the PR: Adjusted CSS rules to ensure that tables properly wrap content and align within the page layout. Improved responsiveness to prevent table overflow on smaller screens. Applied consistent styling fixes in accordance with previous discussions on similar issues. This is a minor but necessary fix that improves usability, and I would appreciate a review to ensure alignment with PHP’s documentation standards. Please let me know if any adjustments are needed. Looking forward to your feedback. Best regards, Marcos Aurelio