CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 19:10:21 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:50:22 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 19:10:21 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98d0a83649461ec2
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
set-cookie: __cf_bm=DA64cAWOkpUkhW3ZevnkOrGvaLwTt8aRTt3nwIh3ApI-1760209821-1.0.1.1-899JXRe1j2GkhX0jH9cgYsdPAqZMMODid7__mBibbLZqeLEbz.UK.CwcDxMQcLShDDWRrhUgzbTqbMECyKGXGllGJLei.kLjYYZikzf.IBY; path=/; expires=Sat, 11-Oct-25 19:40:21 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98d0a83649461ec2-BLR
alt-svc: h3=":443"; ma=86400
ORA-XQ-114-C: Please point out none of our expectations about order hold from Stephen Buxton on 2004-02-16 (public-qt-comments@w3.org from February 2004)
ORA-XQ-114-C: Please point out none of our expectations about order hold
- From: Stephen Buxton <Stephen.Buxton@oracle.com>
- Date: 16 Feb 04 12:02:00
- To: public-qt-comments@w3.org
- Cc:
- Message-Id: <200402162002.i1GK20G10710@rgmgw5.us.oracle.com>
SECTION 3.5.2: general comparisons From the examples, second bullet illustrates that = is not transitive. I think it would also be useful to point out that = and != are not logical negations of each other. For example, (1, 2) = (1, 3) is true (because 1=1), and (1, 2) != (1, 3) is also true (because 2 != 3). In fact, almost all of our accustomed rules about these comparison operators do not hold. Thus (1, 2) > (1, 3) because 2 > 1; (1, 2) < (1, 3) because 1 < 3. In fact, all six relationships are true between (1, 2) and (1, 3). - Steve B.
Received on Monday, 16 February 2004 15:02:06 UTC