diff --git a/index.bs b/index.bs index d1d298b..b919a14 100644 --- a/index.bs +++ b/index.bs @@ -1692,7 +1692,8 @@ spec: html

- For two Javascript objects representing Services, Characteristics, or Descriptors, + For two Javascript objects x and y + representing Services, Characteristics, or Descriptors, x === y returns whether the objects represent the same attribute, because of how the query the Bluetooth cache algorithm diff --git a/index.html b/index.html index bd63bb0..014e551 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@ } /** Section divider ***********************************************************/ - /* <hr> used to separate TMI into the second half of a section */ + /*


used to separate TMI into the second half of a section */ hr:not([title]) { font-size: 1.5em; text-align: center; @@ -96,7 +96,7 @@ hr:not([title])::before { content: "\1F411\2003\2003\1F411\2003\2003\1F411"; } - /* note: <hr> with title separates document header from contents */ + /* note:
with title separates document header from contents */ /******************************************************************************/ /* Paragraphs and Lists */ @@ -136,7 +136,7 @@ margin-left: 0; } - /* Style for switch/case <dl>s */ + /* Style for switch/case
s */ dl.switch > dd > ol.only { margin-left: 0; } @@ -299,7 +299,7 @@ /* Don't wrap property and descriptor names */ white-space: nowrap; } - .type { /* CSS value <type> */ + .type { /* CSS value */ font-style: italic; } pre .property::before, pre .property::after { @@ -343,7 +343,7 @@ } [data-link-type=element] { font-family: monospace; } - [data-link-type=element]::before { content: "<" } + [data-link-type=element]::before { content: "<" } [data-link-type=element]::after { content: ">" } [data-link-type=biblio] { @@ -434,7 +434,6 @@ img { border-style: none; - color: white; } figure, div.figure, div.sidefigure { @@ -743,7 +742,7 @@ /** Data tables (and properly marked-up proptables) ***************************/ /* - <table class="data"> highlights structural relationships in a table + highlights structural relationships in a table when correct markup is used (e.g. thead/tbody, th vs. td, scope attribute) Use class="complex data" for particularly complicated tables -- @@ -1066,7 +1065,7 @@

Web Bluetooth

-

Draft Community Group Report,

+

Draft Community Group Report,

This version: @@ -2150,7 +2149,7 @@

This definition is loose because platform APIs expose their own notion of identity without documenting whether it’s based on Attribute Handle equality.

-

For two Javascript objects representing Services, Characteristics, or Descriptors, x === y returns +

For two Javascript objects x and y representing Services, Characteristics, or Descriptors, x === y returns whether the objects represent the same attribute, because of how the query the Bluetooth cache algorithm creates and caches new objects.