Questions tagged [standards-compliance]

400 questions
-1
votes
1 answer

Does SQLite have any features (other than file-besed-ness) that other SQL flavours do not?

I remember reading somewhere that SQLite follows the standard completely, when possible (as in, switching databases, etc. is not implemented, as well as using dynamic types). One would expect that the other flavors would also follow the standard,…
Mark Gardner
  • 442
  • 1
  • 6
  • 18
-1
votes
1 answer

MERGE to target columns using source rows?

I have some nicely-structured data that looks like this: CREATE TABLE SourceBodyPartColors ( person_ID INTEGER NOT NULL, body_part_name VARCHAR(5) NOT NULL CHECK (body_part_name IN ('hair', 'eye', 'teeth')), color VARCHAR(20) NOT NULL, …
onedaywhen
  • 55,269
  • 12
  • 100
  • 138
-1
votes
1 answer

Denote text is not meant to be read - WCAG compliance

Trying to make my app WCAG complaint. There are a few places where text is displayed on the screen but not meant to be read by users. One is when an offer is not eligible, we show the offer but lower the contrast to denote the offer can not be…
Lumpy
  • 3,632
  • 4
  • 34
  • 58
-1
votes
2 answers

Irrelevant errors from the W3C Validator after a change to php

I recently changed all of my website pages to php in order to add a menu that I don't have to update on every single page. Now, however, when I try to validate my pages with the w3c validator, I receive irrelevant errors such as 'stray start body…
aquarist
  • 9
  • 4
-1
votes
1 answer

For what object pointer values does the pointer to member operator invoke undefined behavior?

When using the pointer to member operator (->*), what pointer values for the object will invoke undefined behavior? Specifically, if the member function in question does not access any members and is not virtual are either of the following…
-2
votes
1 answer

HTML 5 Validation Service

I am trying to check HTML 5 files for validity and have found the W3C validator. However I have found that this validator accepts grossly wrong HTML documents like this one: Hello…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/validation" class="post-tag grid--cell" title="show questions tagged 'validation'" rel="tag">validation</a> <a href="../../questions/tagged/w3c-validation" class="post-tag grid--cell" title="show questions tagged 'w3c-validation'" rel="tag">w3c-validation</a> <a href="../../questions/tagged/standards-compliance" class="post-tag grid--cell" title="show questions tagged 'standards-compliance'" rel="tag">standards-compliance</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 08 '21 at 08:02">asked Apr 08 '21 at 08:02</time> <a href="../../users/809177/harry-berry" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/809177.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Harry Berry" /> </a> <div class="s-user-card--info"> <a href="../../users/809177/harry-berry" class="s-user-card--link">Harry Berry</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">318</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="10 bronze badges">10</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-68439037"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/68439037/if-an-implementation-supports-extra-nonstandard-features-then-is-such-implemen" class="question-hyperlink">If an implementation supports extra nonstandard features, then is such implementation conforming?</a></h3> <div class="excerpt">Follow-up question for: Do unsupported standard features affect conformance?. Question: if an implementation supports extra features which are not described in the C standard, nor in any "extension document", then is such implementation…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c" class="post-tag grid--cell" title="show questions tagged 'c'" rel="tag">c</a> <a href="../../questions/tagged/language-lawyer" class="post-tag grid--cell" title="show questions tagged 'language-lawyer'" rel="tag">language-lawyer</a> <a href="../../questions/tagged/c11" class="post-tag grid--cell" title="show questions tagged 'c11'" rel="tag">c11</a> <a href="../../questions/tagged/standards-compliance" class="post-tag grid--cell" title="show questions tagged 'standards-compliance'" rel="tag">standards-compliance</a> <a href="../../questions/tagged/c17" class="post-tag grid--cell" title="show questions tagged 'c17'" rel="tag">c17</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 19 '21 at 10:34">asked Jul 19 '21 at 10:34</time> <a href="../../users/1778275/pmor" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1778275.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="pmor" /> </a> <div class="s-user-card--info"> <a href="../../users/1778275/pmor" class="s-user-card--link">pmor</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5,392</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badges">17</li> <li class="s-award-bling s-award-bling__bronze" title="36 bronze badges">36</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22381395"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/22381395/validator-w3-org-menu-warning-for-html5" class="question-hyperlink">validator w3.org menu warning for html5</a></h3> <div class="excerpt">I have a warning on use of a menu tag in an html5 document. using http://validator.w3.org The menu element is not supported by browsers yet. It would probably be better to wait for implementations <menu> <li><a href="index.html"><img…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/menu" class="post-tag grid--cell" title="show questions tagged 'menu'" rel="tag">menu</a> <a href="../../questions/tagged/validation" class="post-tag grid--cell" title="show questions tagged 'validation'" rel="tag">validation</a> <a href="../../questions/tagged/standards-compliance" class="post-tag grid--cell" title="show questions tagged 'standards-compliance'" rel="tag">standards-compliance</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 13 '14 at 14:17">asked Mar 13 '14 at 14:17</time> <a href="../../users/2401996/j0h" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2401996.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="j0h" /> </a> <div class="s-user-card--info"> <a href="../../users/2401996/j0h" class="s-user-card--link">j0h</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,675</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="27 silver badges">27</li> <li class="s-award-bling s-award-bling__bronze" title="50 bronze badges">50</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-72143685"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/72143685/why-isn-t-an-iec-60559-conformant-implementation-required-to-define-stdc-iec-5" class="question-hyperlink">Why isn't an IEC 60559 conformant implementation required to define __STDC_IEC_559__ (to 1)?</a></h3> <div class="excerpt">The C (C99+) standard requires (though implicitly) a conforming implementation to define __STDC__ to 1. However, the C standard does not require an IEC 60559 conformant implementation to define __STDC_IEC_559__ (to 1). Consequences: #if __STDC__ !=…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c" class="post-tag grid--cell" title="show questions tagged 'c'" rel="tag">c</a> <a href="../../questions/tagged/language-lawyer" class="post-tag grid--cell" title="show questions tagged 'language-lawyer'" rel="tag">language-lawyer</a> <a href="../../questions/tagged/c11" class="post-tag grid--cell" title="show questions tagged 'c11'" rel="tag">c11</a> <a href="../../questions/tagged/standards-compliance" class="post-tag grid--cell" title="show questions tagged 'standards-compliance'" rel="tag">standards-compliance</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 06 '22 at 15:08">asked May 06 '22 at 15:08</time> <a href="../../users/1778275/pmor" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1778275.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="pmor" /> </a> <div class="s-user-card--info"> <a href="../../users/1778275/pmor" class="s-user-card--link">pmor</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5,392</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badges">17</li> <li class="s-award-bling s-award-bling__bronze" title="36 bronze badges">36</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-24454375"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/24454375/why-do-almost-all-of-the-c-standard-libraries-not-portable-including-those-of-" class="question-hyperlink">Why do almost all of the C++ standard libraries not portable (including those of clang, gcc, and vc++)?</a></h3> <div class="excerpt">I failed to compile gcc's C++ standard library with VC++, and vice versa. Why do almost all of the C++ standard libraries not portable (including those of clang, gcc, and vc++)? I also tried STLport, however, it is too old to support C++11. I'm…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/c++11" class="post-tag grid--cell" title="show questions tagged 'c++11'" rel="tag">c++11</a> <a href="../../questions/tagged/compiler-construction" class="post-tag grid--cell" title="show questions tagged 'compiler-construction'" rel="tag">compiler-construction</a> <a href="../../questions/tagged/standards-compliance" class="post-tag grid--cell" title="show questions tagged 'standards-compliance'" rel="tag">standards-compliance</a> <a href="../../questions/tagged/c++-standard-library" class="post-tag grid--cell" title="show questions tagged 'c++-standard-library'" rel="tag">c++-standard-library</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 27 '14 at 14:31">asked Jun 27 '14 at 14:31</time> <a href="../../users/508343/xmllmx" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/508343.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="xmllmx" /> </a> <div class="s-user-card--info"> <a href="../../users/508343/xmllmx" class="s-user-card--link">xmllmx</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">39,765</li> <li class="s-award-bling s-award-bling__gold" title="26 gold badges">26</li> <li class="s-award-bling s-award-bling__silver" title="162 silver badges">162</li> <li class="s-award-bling s-award-bling__bronze" title="323 bronze badges">323</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/standards-compliance_page=26" rel="prev" title="Go to page 26">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/standards-compliance_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/standards-compliance_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/standards-compliance_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/standards-compliance_page=26" rel="" title="Go to page 26">26</a> <div class="s-pagination--item is-selected">27</div> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>