VLAN Filter - how do ingress and egress rules work?

looks like that I need to update my OP once again.
Recently I have learned that PVID acts on outgoing and incoming traffic, which means this will be added as rules:

  1. UNtagged traffic EGRESS (e.g origins from CPU Port/Bridge):
    The VLAN-Tag/ID is added according to the PVID, the traffic leaves the devices
  2. Tagged traffic EGRESS
  3. VLAN ID and PVID are not identical:
    traffic remains unchanged, the traffic leaves the devices
  4. VLAN ID and PVID are identical:
    the VLAN ID is removed from the traffic, the traffic leaves the devices

This properly the same as mentioned in Post 2 of Bridge VLAN Filter : not possible to use tagged traffic with VLAN ID = 1 - MikroTik but now as structured rule-set

Do you confirm guys?