I know that you can't use text-align in CSS on colgroup, however, in the HTML 4.01 spec an example table is given using align="center". However, I can't seem to get their exact code to work (checked in moz and webkit)!? Should I care to request a correction? Looks like I just need to move on to CSS selectors!?
1
There are 1 best solutions below
Related Questions in W3C
- Namespace and no namespace tag in the same XML is according with the W3C recommendation?
- Is mediaStreamTrack in original w3c specification
- How exactly are HSL colours meant to be written?
- xmlsec with AES-GCM
- Why aren't POST requests always preflighted?
- W3C Validator on Mac OS X sending this error: Can't locate Config/General.pm
- HTML5 void elements' ending / is optional, but is it preferable?
- W3 CSS Validation Error / Font Face
- Skip to content in masterpages sets focus on container
- Text table of permitted content and content categories for HTML 5 elements
- Disable specific W3C Logging Field
- IETF, W3C, etc.: de iure or de facto standards?
- Can't find absolute positioning rules in CSS specification
- How to apply one class to another?
- Is DocumentCSS interface from DOM Level 2 Style Specification implemented anywhere?
Related Questions in HTML4
- Parent Div Needs to extend with Multiple Children
- Is it possible to use HTML5 elements with old HTML4?
- Get URL link name in javascript?
- Why does React JSX not support HTML5 entity names?
- Why won't <iframe> elements validate in HTML 4.01?
- History.js PushState in html 4 browser (IE) changes the url incorrectly
- Is there a way to to use iWeb 09 to integrate with facebook?
- Using YUI3 offline cache for html4 and html5
- An alternative to <a> tag for a Hyper text-email link. JS screws up my drop down as it is based on <a> tags
- Custom self-closing / unpaired tags in HTML?
- HTML5 - text input with padding is too wide
- Is it considered okay (standards-wise) to mix HTML 4 and HTML 5?
- Will my website work with downstream browsers that don't support html5 if I use it for my layout?
- LI is stretching to the full page width in IE7 but is fine in Chrome
- Is there any conflict when adding an <iframe> whose content is HTML4 into a HTML5 web page?
Related Questions in COLGROUP
- Add labels to the top of colgroups?
- How to fit a table into Susy grid?
- Aligning text in table column group in HTML5
- Toggle table columns with <colgroup>
- Collapsed <table /> columns leave visible artifacts behind
- lose Resize of extendedDatatable after click on button h:commandButton
- How do I get styles (besides background-color) working on colgroup?
- How to stop colgroup styles being overwritten by tr styles?
- Add spacing between to colgroups
- Table colgroup col style inconsistency with colspan
- Should I use <colgroup> and <col>, and if so, why and how?
- w3c's colgroup example invalid?
- Colgroup tag not working in IE8
- Avoid <colgroup> / <col> HTML tags to alter <thead> and <tfoot> rows?
- java xml parser Exception: The end-tag for element type "col" must end with a '>' delimiter
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Definitely move on.
alignoncolgroupwas one of those HTML 4 spec features that never got widely implemented. I note that HTML5 does not even mention it. It's neither valid, nor marked as obsolete, which suggests that, to browser manufacturers, it never really existed at all.