Skip to content

Commit

Permalink
Synchronize with BCD v5.6.20 (#37054)
Browse files Browse the repository at this point in the history
Co-authored-by: OnkarRuikar <[email protected]>
  • Loading branch information
OnkarRuikar and OnkarRuikar authored Dec 3, 2024
1 parent dec8acd commit dea4933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/serialport/getinfo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ An object containing the following properties:
- : If the port is part of a USB device, this property is an unsigned short integer that identifies the device's vendor. If not, it is `undefined`.
- `usbProductId`
- : If the port is part of a USB device, this property is an unsigned short integer that identifies the USB device. If not, it is `undefined`.
- `bluetoothServiceClassId`
- `bluetoothServiceClassId` {{experimental_inline}}
- : If the port is a Bluetooth RFCOMM service, this property is an unsigned long integer or string representing the device's Bluetooth service class ID. If not, it is `undefined`.

## Example
Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/css/_colon_has-slotted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: ":has-slotted"
slug: Web/CSS/:has-slotted
page-type: css-pseudo-class
status:
- experimental
browser-compat: css.selectors.has-slotted
---

{{CSSRef}}
{{CSSRef}}{{SeeCompatTable}}

The **`:has-slotted`** [CSS](/en-US/docs/Web/CSS) [pseudo-class](/en-US/docs/Web/CSS/Pseudo-classes) matches when the content of a {{HTMLElement("slot")}} element is not empty or not using the default value (see [Using templates and slots](/en-US/docs/Web/API/Web_components/Using_templates_and_slots) for more information).

Expand Down

0 comments on commit dea4933

Please sign in to comment.