Attribute selectors are surrounded by [], so your selector should look like this instead:
table:not([width="100%"]) {
width: myValue;
}
Attribute selectors are surrounded by [], so your selector should look like this instead:
table:not([width="100%"]) {
width: myValue;
}